#5599AC

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

Shades of Shakespeare #5599AC

Tints of Shakespeare #5599AC

Color information

#5599AC (or 0x5599AC) is unknown color: approx Shakespeare. HEX triplet: 55, 99 and AC. RGB value is (85,153,172). Sum of RGB (Red+Green+Blue) = 85+153+172=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 153 (60.16% from 255 or 37.32% 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 #5599AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5599AC is #AA6653. Grayscale: #868686. Windows color (decimal): -11167316 or 11311445. OLE color: 11311445.

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

Color convert

RGB85153172-
CMYK0.510.1100.33
HSL193.1º34.39%50.39%-
HSV(B)193.1º50.58%67.45%-
XYZ22.5827.6943.18-
YUV134.83148.9792.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 153 (60.16% from 255) = 37.32%
BLUE value IS 172 (67.58% from 255) = 41.95%
R=20.73%
G=37.32%
B=41.95%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851531720.510.1100.33193.134.3950.39
Hex5599AC33B021c12232
Octal12523125463130413014262
Binary101010110011001101011001100111011010000111000001100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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