#5599AD

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

Shades of Shakespeare #5599AD

Tints of Shakespeare #5599AD

Color information

#5599AD (or 0x5599AD) is unknown color: approx Shakespeare. HEX triplet: 55, 99 and AD. RGB value is (85,153,173). Sum of RGB (Red+Green+Blue) = 85+153+173=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #5599AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5599AD is #AA6652. Grayscale: #868686. Windows color (decimal): -11167315 or 11376981. OLE color: 11376981.

HSL color Cylindrical-coordinate representation of color #5599AD: hue angle of 193.64º 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 #5599AD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB85153173-
CMYK0.510.1200.32
HSL193.64º34.92%50.59%-
HSV(B)193.64º50.87%67.84%-
XYZ22.6827.7343.69-
YUV134.95149.4792.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.68%
GREEN value IS 153 (60.16% from 255) = 37.23%
BLUE value IS 173 (67.97% from 255) = 42.09%
R=20.68%
G=37.23%
B=42.09%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal851531730.510.1200.32193.6434.9250.59
Hex5599AD33C020c22333
Octal12523125563140403024363
Binary101010110011001101011011100111100010000011000010100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5599AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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