#5595AC

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

Shades of Shakespeare #5595AC

Tints of Shakespeare #5595AC

Color information

#5595AC (or 0x5595AC) is unknown color: approx Shakespeare. HEX triplet: 55, 95 and AC. RGB value is (85,149,172). Sum of RGB (Red+Green+Blue) = 85+149+172=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 172 - color contains mainly: blue. Hex color #5595AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5595AC is #AA6A53. Grayscale: #848484. Windows color (decimal): -11168340 or 11310421. OLE color: 11310421.

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

Color convert

RGB85149172-
CMYK0.510.1300.33
HSL195.86º34.39%50.39%-
HSV(B)195.86º50.58%67.45%-
XYZ21.9426.442.97-
YUV132.49150.394.13-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 149 (58.59% from 255) = 36.70%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=20.94%
G=36.70%
B=42.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851491720.510.1300.33195.8634.3950.39
Hex5595AC33D021c42232
Octal12522525463150413044262
Binary101010110010101101011001100111101010000111000100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5595AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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