Html Css Color HEX #599CBE Shakespeare

📋 copy color: '#599CBE'

red 89 ◦ green 156 ◦ blue 190

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

Shades of Shakespeare #599CBE

Tints of Shakespeare #599CBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 20.46%
G = 35.86%
B = 43.68%

CMYK

 C value IS 0.53

 M value IS 0.18

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#599CBE (or 0x599CBE) is known color: Shakespeare. HEX triplet: 59, 9C and BE. RGB value is (89,156,190). Sum of RGB (Red+Green+Blue) = 89+156+190=435 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.46% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #599CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CBE is #A66341. Grayscale: #8B8B8B. Windows color (decimal): -10904386 or 12491865. OLE color: 12491865.

HSL color Cylindrical-coordinate representation of color #599CBE: hue angle of 200.2º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599CBE is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 156 190 -
CMYK 0.53 0.18 0 0.25
HSL 200.2º 0.44% 0.55% -
HSV(B) 200.2º 0.53% 0.75% -
XYZ 25.3 29.62 53.1 -
YUV 139.84 156.3 91.74 -
System Red Green Blue C M Y K H S L
Decimal 89 156 190 0.53 0.18 0 0.25 200.2 0.44 0.55
Hex 59 9C BE 35 12 0 19 C8 2C 37
Octal 131 234 276 65 22 0 31 310 54 67
Binary 1011001 10011100 10111110 110101 10010 0 11001 11001000 101100 110111

Color Harmonies of #599CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CBE

Black with #599CBE

Text Example


Text Example

White with #599CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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