Html Css Color HEX #599DAF Shakespeare

📋 copy color: '#599DAF'

red 89 ◦ green 157 ◦ blue 175

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

Shades of Shakespeare #599DAF

Tints of Shakespeare #599DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 41.57%

R = 21.14%
G = 37.29%
B = 41.57%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#599DAF (or 0x599DAF) is known color: Shakespeare. HEX triplet: 59, 9D and AF. RGB value is (89,157,175). Sum of RGB (Red+Green+Blue) = 89+157+175=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 157 (61.72% from 255 or 37.29% from 421); Blue value is 175 (68.75% from 255 or 41.57% from 421); Max value from RGB is 175 - color contains mainly: blue. Hex color #599DAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599DAF is #A66250. Grayscale: #8A8A8A. Windows color (decimal): -10904145 or 11509081. OLE color: 11509081.

HSL color Cylindrical-coordinate representation of color #599DAF: hue angle of 192.56º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599DAF is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 157 175 -
CMYK 0.49 0.10 0 0.31
HSL 192.56º 0.35% 0.52% -
HSV(B) 192.56º 0.49% 0.69% -
XYZ 23.91 29.33 44.96 -
YUV 138.72 148.47 92.54 -
System Red Green Blue C M Y K H S L
Decimal 89 157 175 0.49 0.10 0 0.31 192.56 0.35 0.52
Hex 59 9D AF 31 A 0 1F C1 23 34
Octal 131 235 257 61 12 0 37 301 43 64
Binary 1011001 10011101 10101111 110001 1010 0 11111 11000001 100011 110100

Color Harmonies of #599DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599DAF

Black with #599DAF

Text Example


Text Example

White with #599DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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