#559AB3

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

Shades of Shakespeare #559AB3

Tints of Shakespeare #559AB3

Color information

#559AB3 (or 0x559AB3) is unknown color: approx Shakespeare. HEX triplet: 55, 9A and B3. RGB value is (85,154,179). Sum of RGB (Red+Green+Blue) = 85+154+179=418 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.33% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 179 (70.31% from 255 or 42.82% from 418); Max value from RGB is 179 - color contains mainly: blue. Hex color #559AB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AB3 is #AA654C. Grayscale: #888888. Windows color (decimal): -11167053 or 11770453. OLE color: 11770453.

HSL color Cylindrical-coordinate representation of color #559AB3: hue angle of 195.96º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #559AB3 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB85154179-
CMYK0.530.1400.30
HSL195.96º38.21%51.76%-
HSV(B)195.96º52.51%70.2%-
XYZ23.4428.346.87-
YUV136.22152.1491.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.33%
GREEN value IS 154 (60.55% from 255) = 36.84%
BLUE value IS 179 (70.31% from 255) = 42.82%
R=20.33%
G=36.84%
B=42.82%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851541790.530.1400.30195.9638.2151.76
Hex559AB335E01Ec42634
Octal12523226365160363044664
Binary10101011001101010110011110101111001111011000100100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,154,179); }

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

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

 a { background-color: rgb(85,154,179); }

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

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

 span { border-color: rgb(85,154,179); }

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