#5995AC

Color #5995AC Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #5995AC

Tints of Shakespeare #5995AC

Color information

#5995AC (or 0x5995AC) is unknown color: approx Shakespeare. HEX triplet: 59, 95 and AC. RGB value is (89,149,172). Sum of RGB (Red+Green+Blue) = 89+149+172=410 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.71% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #5995AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5995AC is #A66A53. Grayscale: #858585. Windows color (decimal): -10906196 or 11310425. OLE color: 11310425.

HSL color Cylindrical-coordinate representation of color #5995AC: hue angle of 196.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5995AC is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89149172-
CMYK0.480.1300.33
HSL196.63º33.33%51.18%-
HSV(B)196.63º48.26%67.45%-
XYZ22.3126.642.99-
YUV133.68149.6296.13-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.71%
GREEN value IS 149 (58.59% from 255) = 36.34%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=21.71%
G=36.34%
B=41.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891491720.480.1300.33196.6333.3351.18
Hex5995AC30D021c52133
Octal13122525460150413054163
Binary101100110010101101011001100001101010000111000101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5995AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5995AC;
 }
 .AnyTagClassName
 {
   color: #5995AC;
 }
</style>
background-color css

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

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

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

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

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

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