Html Css Color HEX #599CBD Shakespeare

📋 copy color: '#599CBD'

red 89 ◦ green 156 ◦ blue 189

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

Shades of Shakespeare #599CBD

Tints of Shakespeare #599CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.55%

R = 20.51%
G = 35.94%
B = 43.55%

CMYK

 C value IS 0.53

 M value IS 0.17

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#599CBD (or 0x599CBD) is known color: Shakespeare. HEX triplet: 59, 9C and BD. RGB value is (89,156,189). Sum of RGB (Red+Green+Blue) = 89+156+189=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #599CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CBD is #A66342. Grayscale: #8B8B8B. Windows color (decimal): -10904387 or 12426329. OLE color: 12426329.

HSL color Cylindrical-coordinate representation of color #599CBD: hue angle of 199.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599CBD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 156 189 -
CMYK 0.53 0.17 0 0.26
HSL 199.8º 0.43% 0.55% -
HSV(B) 199.8º 0.53% 0.74% -
XYZ 25.19 29.57 52.52 -
YUV 139.73 155.8 91.82 -
System Red Green Blue C M Y K H S L
Decimal 89 156 189 0.53 0.17 0 0.26 199.8 0.43 0.55
Hex 59 9C BD 35 11 0 1A C8 2B 37
Octal 131 234 275 65 21 0 32 310 53 67
Binary 1011001 10011100 10111101 110101 10001 0 11010 11001000 101011 110111

Color Harmonies of #599CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CBD

Black with #599CBD

Text Example


Text Example

White with #599CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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