Html Css Color HEX #599DBF Shakespeare

📋 copy color: '#599DBF'

red 89 ◦ green 157 ◦ blue 191

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

Shades of Shakespeare #599DBF

Tints of Shakespeare #599DBF

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.93%

 BLUE value IS 191 (75% from 255) = 43.71%

R = 20.37%
G = 35.93%
B = 43.71%

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

#599DBF (or 0x599DBF) is known color: Shakespeare. HEX triplet: 59, 9D and BF. RGB value is (89,157,191). Sum of RGB (Red+Green+Blue) = 89+157+191=437 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.37% from 437); Green value is 157 (61.72% from 255 or 35.93% from 437); Blue value is 191 (75% from 255 or 43.71% from 437); Max value from RGB is 191 - color contains mainly: blue. Hex color #599DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599DBF is #A66240. Grayscale: #8C8C8C. Windows color (decimal): -10904129 or 12557657. OLE color: 12557657.

HSL color Cylindrical-coordinate representation of color #599DBF: hue angle of 200º 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 #599DBF is Cyan = 0.53, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 157 191 -
CMYK 0.53 0.18 0 0.25
HSL 200º 0.44% 0.55% -
HSV(B) 200º 0.53% 0.75% -
XYZ 25.58 30 53.73 -
YUV 140.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 89 157 191 0.53 0.18 0 0.25 200 0.44 0.55
Hex 59 9D BF 35 12 0 19 C8 2C 37
Octal 131 235 277 65 22 0 31 310 54 67
Binary 1011001 10011101 10111111 110101 10010 0 11001 11001000 101100 110111

Color Harmonies of #599DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DBF

Black with #599DBF

Text Example


Text Example

White with #599DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,157,191); }

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

background-color css

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

 a { background-color: rgb(89,157,191); }

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

border-color css

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

 span { border-color: rgb(89,157,191); }

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