#559ABA

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

Shades of Shakespeare #559ABA

Tints of Shakespeare #559ABA

Color information

#559ABA (or 0x559ABA) is unknown color: approx Shakespeare. HEX triplet: 55, 9A and BA. RGB value is (85,154,186). Sum of RGB (Red+Green+Blue) = 85+154+186=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 154 (60.55% from 255 or 36.24% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 186 - color contains mainly: blue. Hex color #559ABA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ABA is #AA6545. Grayscale: #888888. Windows color (decimal): -11167046 or 12229205. OLE color: 12229205.

HSL color Cylindrical-coordinate representation of color #559ABA: hue angle of 199.01º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #559ABA is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB85154186-
CMYK0.540.1700.27
HSL199.01º42.26%53.14%-
HSV(B)199.01º54.3%72.94%-
XYZ24.1628.5950.7-
YUV137.02155.6490.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 154 (60.55% from 255) = 36.24%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=20%
G=36.24%
B=43.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal851541860.540.1700.27199.0142.2653.14
Hex559ABA361101Bc72a35
Octal12523227266210333075265
Binary101010110011010101110101101101000101101111000111101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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