#559AB7

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

Shades of Shakespeare #559AB7

Tints of Shakespeare #559AB7

Color information

#559AB7 (or 0x559AB7) is unknown color: approx Shakespeare. HEX triplet: 55, 9A and B7. RGB value is (85,154,183). Sum of RGB (Red+Green+Blue) = 85+154+183=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 183 (71.88% from 255 or 43.36% from 422); Max value from RGB is 183 - color contains mainly: blue. Hex color #559AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AB7 is #AA6548. Grayscale: #888888. Windows color (decimal): -11167049 or 12032597. OLE color: 12032597.

HSL color Cylindrical-coordinate representation of color #559AB7: hue angle of 197.76º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #559AB7 is Cyan = 0.54, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB85154183-
CMYK0.540.1600.28
HSL197.76º40.5%52.55%-
HSV(B)197.76º53.55%71.76%-
XYZ23.8528.4649.04-
YUV136.67154.1491.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.14%
GREEN value IS 154 (60.55% from 255) = 36.49%
BLUE value IS 183 (71.88% from 255) = 43.36%
R=20.14%
G=36.49%
B=43.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal851541830.540.1600.28197.7640.552.55
Hex559AB7361001Cc62835
Octal12523226766200343065065
Binary101010110011010101101111101101000001110011000110101000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559AB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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