Html Css Color HEX #509ABB Shakespeare

📋 copy color: '#509ABB'

red 80 ◦ green 154 ◦ blue 187

#509ABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shakespeare #509ABB

Tints of Shakespeare #509ABB

RGB

 RED value IS 80 (31.64% from 255) = 19%

 GREEN value IS 154 (60.55% from 255) = 36.58%

 BLUE value IS 187 (73.44% from 255) = 44.42%

R = 19%
G = 36.58%
B = 44.42%

CMYK

 C value IS 0.57

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#509ABB (or 0x509ABB) is known color: Shakespeare. HEX triplet: 50, 9A and BB. RGB value is (80,154,187). Sum of RGB (Red+Green+Blue) = 80+154+187=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #509ABB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #509ABB is #AF6544. Grayscale: #878787. Windows color (decimal): -11494725 or 12294736. OLE color: 12294736.

HSL color Cylindrical-coordinate representation of color #509ABB: hue angle of 198.5º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #509ABB is Cyan = 0.57, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 80 154 187 -
CMYK 0.57 0.18 0 0.27
HSL 198.5º 0.44% 0.52% -
HSV(B) 198.5º 0.57% 0.73% -
XYZ 23.83 28.4 51.24 -
YUV 135.64 156.98 88.32 -
System Red Green Blue C M Y K H S L
Decimal 80 154 187 0.57 0.18 0 0.27 198.5 0.44 0.52
Hex 50 9A BB 39 12 0 1B C7 2C 34
Octal 120 232 273 71 22 0 33 307 54 64
Binary 1010000 10011010 10111011 111001 10010 0 11011 11000111 101100 110100

Color Harmonies of #509ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509ABB

Black with #509ABB

Text Example


Text Example

White with #509ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509ABB; }

 p { color: rgb(80,154,187); }

 H1.HeaderClassName
 {
   color: #509ABB;
 }
 .AnyTagClassName
 {
   color: #509ABB;
 }
</style>

background-color css

<style>
 a { background-color: #509ABB; }

 a { background-color: rgb(80,154,187); }

 div.DivClassName
 {
   background-color: #509ABB;
 }
 .BgClassName
 {
   background-color: #509ABB;
 }
</style>

border-color css

<style>
 span { border-color: #509ABB; }

 span { border-color: rgb(80,154,187); }

 td.TdClassName
 {
   border-color: #509ABB;
 }
 .TagClassName
 {
   border-color: #509ABB;
 }
</style>