Html Css Color HEX #599EB8 Shakespeare

📋 copy color: '#599EB8'

red 89 ◦ green 158 ◦ blue 184

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

Shades of Shakespeare #599EB8

Tints of Shakespeare #599EB8

RGB

 RED value IS 89 (35.16% from 255) = 20.65%

 GREEN value IS 158 (62.11% from 255) = 36.66%

 BLUE value IS 184 (72.27% from 255) = 42.69%

R = 20.65%
G = 36.66%
B = 42.69%

CMYK

 C value IS 0.52

 M value IS 0.14

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#599EB8 (or 0x599EB8) is known color: Shakespeare. HEX triplet: 59, 9E and B8. RGB value is (89,158,184). Sum of RGB (Red+Green+Blue) = 89+158+184=431 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.65% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 184 (72.27% from 255 or 42.69% from 431); Max value from RGB is 184 - color contains mainly: blue. Hex color #599EB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599EB8 is #A66147. Grayscale: #8C8C8C. Windows color (decimal): -10903880 or 12099161. OLE color: 12099161.

HSL color Cylindrical-coordinate representation of color #599EB8: hue angle of 196.42º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599EB8 is Cyan = 0.52, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 158 184 -
CMYK 0.52 0.14 0 0.28
HSL 196.42º 0.4% 0.54% -
HSV(B) 196.42º 0.52% 0.72% -
XYZ 25 30.04 49.83 -
YUV 140.33 152.64 91.39 -
System Red Green Blue C M Y K H S L
Decimal 89 158 184 0.52 0.14 0 0.28 196.42 0.4 0.54
Hex 59 9E B8 34 E 0 1C C4 28 36
Octal 131 236 270 64 16 0 34 304 50 66
Binary 1011001 10011110 10111000 110100 1110 0 11100 11000100 101000 110110

Color Harmonies of #599EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599EB8

Black with #599EB8

Text Example


Text Example

White with #599EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #599EB8; }

 p { color: rgb(89,158,184); }

 H1.HeaderClassName
 {
   color: #599EB8;
 }
 .AnyTagClassName
 {
   color: #599EB8;
 }
</style>

background-color css

<style>
 a { background-color: #599EB8; }

 a { background-color: rgb(89,158,184); }

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

border-color css

<style>
 span { border-color: #599EB8; }

 span { border-color: rgb(89,158,184); }

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