#559BB4

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

Shades of Shakespeare #559BB4

Tints of Shakespeare #559BB4

Color information

#559BB4 (or 0x559BB4) is unknown color: approx Shakespeare. HEX triplet: 55, 9B and B4. RGB value is (85,155,180). Sum of RGB (Red+Green+Blue) = 85+155+180=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #559BB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BB4 is #AA644B. Grayscale: #888888. Windows color (decimal): -11166796 or 11836245. OLE color: 11836245.

HSL color Cylindrical-coordinate representation of color #559BB4: hue angle of 195.79º 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 #559BB4 is Cyan = 0.53, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB85155180-
CMYK0.530.1400.29
HSL195.79º38.78%51.96%-
HSV(B)195.79º52.78%70.59%-
XYZ23.7128.6747.46-
YUV136.92152.3190.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.24%
GREEN value IS 155 (60.94% from 255) = 36.90%
BLUE value IS 180 (70.70% from 255) = 42.86%
R=20.24%
G=36.90%
B=42.86%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851551800.530.1400.29195.7938.7851.96
Hex559BB435E01Dc42734
Octal12523326465160353044764
Binary10101011001101110110100110101111001110111000100100111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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