#5999AC

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

Shades of Shakespeare #5999AC

Tints of Shakespeare #5999AC

Color information

#5999AC (or 0x5999AC) is unknown color: approx Shakespeare. HEX triplet: 59, 99 and AC. RGB value is (89,153,172). Sum of RGB (Red+Green+Blue) = 89+153+172=414 (54% of max value = 765). Red value is 89 (35.16% from 255 or 21.50% from 414); Green value is 153 (60.16% from 255 or 36.96% from 414); Blue value is 172 (67.58% from 255 or 41.55% from 414); Max value from RGB is 172 - color contains mainly: blue. Hex color #5999AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5999AC is #A66653. Grayscale: #878787. Windows color (decimal): -10905172 or 11311449. OLE color: 11311449.

HSL color Cylindrical-coordinate representation of color #5999AC: hue angle of 193.73º 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 #5999AC is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB89153172-
CMYK0.480.1100.33
HSL193.73º33.33%51.18%-
HSV(B)193.73º48.26%67.45%-
XYZ22.9627.8843.2-
YUV136.03148.394.46-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.50%
GREEN value IS 153 (60.16% from 255) = 36.96%
BLUE value IS 172 (67.58% from 255) = 41.55%
R=21.50%
G=36.96%
B=41.55%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal891531720.480.1100.33193.7333.3351.18
Hex5999AC30B021c22133
Octal13123125460130413024163
Binary101100110011001101011001100001011010000111000010100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5999AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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