Html Css Color HEX #599CAD Shakespeare

📋 copy color: '#599CAD'

red 89 ◦ green 156 ◦ blue 173

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

Shades of Shakespeare #599CAD

Tints of Shakespeare #599CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 41.39%

R = 21.29%
G = 37.32%
B = 41.39%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#599CAD (or 0x599CAD) is known color: Shakespeare. HEX triplet: 59, 9C and AD. RGB value is (89,156,173). Sum of RGB (Red+Green+Blue) = 89+156+173=418 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.29% from 418); Green value is 156 (61.33% from 255 or 37.32% from 418); Blue value is 173 (67.97% from 255 or 41.39% from 418); Max value from RGB is 173 - color contains mainly: blue. Hex color #599CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599CAD is #A66352. Grayscale: #898989. Windows color (decimal): -10904403 or 11377753. OLE color: 11377753.

HSL color Cylindrical-coordinate representation of color #599CAD: hue angle of 192.14º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #599CAD is Cyan = 0.49, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 156 173 -
CMYK 0.49 0.10 0 0.32
HSL 192.14º 0.34% 0.51% -
HSV(B) 192.14º 0.49% 0.68% -
XYZ 23.55 28.92 43.88 -
YUV 137.91 147.8 93.12 -
System Red Green Blue C M Y K H S L
Decimal 89 156 173 0.49 0.10 0 0.32 192.14 0.34 0.51
Hex 59 9C AD 31 A 0 20 C0 22 33
Octal 131 234 255 61 12 0 40 300 42 63
Binary 1011001 10011100 10101101 110001 1010 0 100000 11000000 100010 110011

Color Harmonies of #599CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599CAD

Black with #599CAD

Text Example


Text Example

White with #599CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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