Html Css Color HEX #599CB7 Shakespeare

📋 copy color: '#599CB7'

red 89 ◦ green 156 ◦ blue 183

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

Shades of Shakespeare #599CB7

Tints of Shakespeare #599CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.76%

R = 20.79%
G = 36.45%
B = 42.76%

CMYK

 C value IS 0.51

 M value IS 0.15

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#599CB7 (or 0x599CB7) is known color: Shakespeare. HEX triplet: 59, 9C and B7. RGB value is (89,156,183). Sum of RGB (Red+Green+Blue) = 89+156+183=428 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.79% from 428); Green value is 156 (61.33% from 255 or 36.45% from 428); Blue value is 183 (71.88% from 255 or 42.76% from 428); Max value from RGB is 183 - color contains mainly: blue. Hex color #599CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CB7 is #A66348. Grayscale: #8A8A8A. Windows color (decimal): -10904393 or 12033113. OLE color: 12033113.

HSL color Cylindrical-coordinate representation of color #599CB7: hue angle of 197.23º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599CB7 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 89 156 183 -
CMYK 0.51 0.15 0 0.28
HSL 197.23º 0.39% 0.53% -
HSV(B) 197.23º 0.51% 0.72% -
XYZ 24.56 29.32 49.16 -
YUV 139.05 152.8 92.3 -
System Red Green Blue C M Y K H S L
Decimal 89 156 183 0.51 0.15 0 0.28 197.23 0.39 0.53
Hex 59 9C B7 33 F 0 1C C5 27 35
Octal 131 234 267 63 17 0 34 305 47 65
Binary 1011001 10011100 10110111 110011 1111 0 11100 11000101 100111 110101

Color Harmonies of #599CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CB7

Black with #599CB7

Text Example


Text Example

White with #599CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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