Html Css Color HEX #599AAE Shakespeare

📋 copy color: '#599AAE'

red 89 ◦ green 154 ◦ blue 174

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

Shades of Shakespeare #599AAE

Tints of Shakespeare #599AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.93%

 BLUE value IS 174 (68.36% from 255) = 41.73%

R = 21.34%
G = 36.93%
B = 41.73%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#599AAE (or 0x599AAE) is known color: Shakespeare. HEX triplet: 59, 9A and AE. RGB value is (89,154,174). Sum of RGB (Red+Green+Blue) = 89+154+174=417 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.34% from 417); Green value is 154 (60.55% from 255 or 36.93% from 417); Blue value is 174 (68.36% from 255 or 41.73% from 417); Max value from RGB is 174 - color contains mainly: blue. Hex color #599AAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599AAE is #A66551. Grayscale: #888888. Windows color (decimal): -10904914 or 11442777. OLE color: 11442777.

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

Color convert

RGB 89 154 174 -
CMYK 0.49 0.11 0 0.32
HSL 194.12º 0.34% 0.52% -
HSV(B) 194.12º 0.49% 0.68% -
XYZ 23.32 28.29 44.28 -
YUV 136.85 148.97 93.87 -
System Red Green Blue C M Y K H S L
Decimal 89 154 174 0.49 0.11 0 0.32 194.12 0.34 0.52
Hex 59 9A AE 31 B 0 20 C2 22 34
Octal 131 232 256 61 13 0 40 302 42 64
Binary 1011001 10011010 10101110 110001 1011 0 100000 11000010 100010 110100

Color Harmonies of #599AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #599AAE

Black with #599AAE

Text Example


Text Example

White with #599AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,154,174); }

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

background-color css

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

 a { background-color: rgb(89,154,174); }

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

border-color css

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

 span { border-color: rgb(89,154,174); }

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