#559CAD

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

Shades of Shakespeare #559CAD

Tints of Shakespeare #559CAD

Color information

#559CAD (or 0x559CAD) is unknown color: approx Shakespeare. HEX triplet: 55, 9C and AD. RGB value is (85,156,173). Sum of RGB (Red+Green+Blue) = 85+156+173=414 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.53% from 414); Green value is 156 (61.33% from 255 or 37.68% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 173 - color contains mainly: blue. Hex color #559CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #559CAD is #AA6352. Grayscale: #888888. Windows color (decimal): -11166547 or 11377749. OLE color: 11377749.

HSL color Cylindrical-coordinate representation of color #559CAD: hue angle of 191.59º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #559CAD is Cyan = 0.51, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85156173-
CMYK0.510.1000.32
HSL191.59º34.92%50.59%-
HSV(B)191.59º50.87%67.84%-
XYZ23.1828.7343.86-
YUV136.71148.4891.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.53%
GREEN value IS 156 (61.33% from 255) = 37.68%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=20.53%
G=37.68%
B=41.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851561730.510.1000.32191.5934.9250.59
Hex559CAD33A020c02333
Octal12523425563120403004363
Binary101010110011100101011011100111010010000011000000100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559CAD; }

 p { color: rgb(85,156,173); }

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

<style>
 a { background-color: #559CAD; }

 a { background-color: rgb(85,156,173); }

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

<style>
 span { border-color: #559CAD; }

 span { border-color: rgb(85,156,173); }

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