Html Css Color HEX #5994AE Shakespeare

📋 copy color: '#5994AE'

red 89 ◦ green 148 ◦ blue 174

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

Shades of Shakespeare #5994AE

Tints of Shakespeare #5994AE

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.01%

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

R = 21.65%
G = 36.01%
B = 42.34%

CMYK

 C value IS 0.49

 M value IS 0.15

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5994AE (or 0x5994AE) is known color: Shakespeare. HEX triplet: 59, 94 and AE. RGB value is (89,148,174). Sum of RGB (Red+Green+Blue) = 89+148+174=411 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.65% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 174 (68.36% from 255 or 42.34% from 411); Max value from RGB is 174 - color contains mainly: blue. Hex color #5994AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5994AE is #A66B51. Grayscale: #858585. Windows color (decimal): -10906450 or 11441241. OLE color: 11441241.

HSL color Cylindrical-coordinate representation of color #5994AE: hue angle of 198.35º 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 #5994AE is Cyan = 0.49, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 148 174 -
CMYK 0.49 0.15 0 0.32
HSL 198.35º 0.34% 0.52% -
HSV(B) 198.35º 0.49% 0.68% -
XYZ 22.35 26.36 43.95 -
YUV 133.32 150.95 96.39 -
System Red Green Blue C M Y K H S L
Decimal 89 148 174 0.49 0.15 0 0.32 198.35 0.34 0.52
Hex 59 94 AE 31 F 0 20 C6 22 34
Octal 131 224 256 61 17 0 40 306 42 64
Binary 1011001 10010100 10101110 110001 1111 0 100000 11000110 100010 110100

Color Harmonies of #5994AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5994AE

Black with #5994AE

Text Example


Text Example

White with #5994AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5994AE; }

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

 H1.HeaderClassName
 {
   color: #5994AE;
 }
 .AnyTagClassName
 {
   color: #5994AE;
 }
</style>

background-color css

<style>
 a { background-color: #5994AE; }

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

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

border-color css

<style>
 span { border-color: #5994AE; }

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

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