Html Css Color HEX #5995AE Shakespeare

📋 copy color: '#5995AE'

red 89 ◦ green 149 ◦ blue 174

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

Shades of Shakespeare #5995AE

Tints of Shakespeare #5995AE

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.17%

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

R = 21.6%
G = 36.17%
B = 42.23%

CMYK

 C value IS 0.49

 M value IS 0.14

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5995AE (or 0x5995AE) is known color: Shakespeare. HEX triplet: 59, 95 and AE. RGB value is (89,149,174). Sum of RGB (Red+Green+Blue) = 89+149+174=412 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.60% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 174 (68.36% from 255 or 42.23% from 412); Max value from RGB is 174 - color contains mainly: blue. Hex color #5995AE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5995AE is #A66A51. Grayscale: #858585. Windows color (decimal): -10906194 or 11441497. OLE color: 11441497.

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

Color convert

RGB 89 149 174 -
CMYK 0.49 0.14 0 0.32
HSL 197.65º 0.34% 0.52% -
HSV(B) 197.65º 0.49% 0.68% -
XYZ 22.51 26.67 44.01 -
YUV 133.91 150.62 95.97 -
System Red Green Blue C M Y K H S L
Decimal 89 149 174 0.49 0.14 0 0.32 197.65 0.34 0.52
Hex 59 95 AE 31 E 0 20 C6 22 34
Octal 131 225 256 61 16 0 40 306 42 64
Binary 1011001 10010101 10101110 110001 1110 0 100000 11000110 100010 110100

Color Harmonies of #5995AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5995AE

Black with #5995AE

Text Example


Text Example

White with #5995AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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