#559EB4

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

Shades of Shakespeare #559EB4

Tints of Shakespeare #559EB4

Color information

#559EB4 (or 0x559EB4) is unknown color: approx Shakespeare. HEX triplet: 55, 9E and B4. RGB value is (85,158,180). Sum of RGB (Red+Green+Blue) = 85+158+180=423 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.09% from 423); Green value is 158 (62.11% from 255 or 37.35% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #559EB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EB4 is #AA614B. Grayscale: #8A8A8A. Windows color (decimal): -11166028 or 11837013. OLE color: 11837013.

HSL color Cylindrical-coordinate representation of color #559EB4: hue angle of 193.89º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #559EB4 is Cyan = 0.53, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85158180-
CMYK0.530.1200.29
HSL193.89º38.78%51.96%-
HSV(B)193.89º52.78%70.59%-
XYZ24.2129.6847.63-
YUV138.68151.3289.71-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.09%
GREEN value IS 158 (62.11% from 255) = 37.35%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=20.09%
G=37.35%
B=42.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851581800.530.1200.29193.8938.7851.96
Hex559EB435C01Dc22734
Octal12523626465140353024764
Binary10101011001111010110100110101110001110111000010100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,158,180); }

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

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

 a { background-color: rgb(85,158,180); }

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

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

 span { border-color: rgb(85,158,180); }

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