Html Css Color HEX #599CB9 Shakespeare

📋 copy color: '#599CB9'

red 89 ◦ green 156 ◦ blue 185

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

Shades of Shakespeare #599CB9

Tints of Shakespeare #599CB9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.28%

 BLUE value IS 185 (72.66% from 255) = 43.02%

R = 20.7%
G = 36.28%
B = 43.02%

CMYK

 C value IS 0.52

 M value IS 0.16

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#599CB9 (or 0x599CB9) is known color: Shakespeare. HEX triplet: 59, 9C and B9. RGB value is (89,156,185). Sum of RGB (Red+Green+Blue) = 89+156+185=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 156 (61.33% from 255 or 36.28% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #599CB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CB9 is #A66346. Grayscale: #8B8B8B. Windows color (decimal): -10904391 or 12164185. OLE color: 12164185.

HSL color Cylindrical-coordinate representation of color #599CB9: hue angle of 198.12º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599CB9 is Cyan = 0.52, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 156 185 -
CMYK 0.52 0.16 0 0.27
HSL 198.13º 0.41% 0.54% -
HSV(B) 198.13º 0.52% 0.73% -
XYZ 24.77 29.4 50.27 -
YUV 139.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 89 156 185 0.52 0.16 0 0.27 198.13 0.41 0.54
Hex 59 9C B9 34 10 0 1B C6 29 36
Octal 131 234 271 64 20 0 33 306 51 66
Binary 1011001 10011100 10111001 110100 10000 0 11011 11000110 101001 110110

Color Harmonies of #599CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CB9

Black with #599CB9

Text Example


Text Example

White with #599CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,156,185); }

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

background-color css

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

 a { background-color: rgb(89,156,185); }

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

border-color css

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

 span { border-color: rgb(89,156,185); }

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