#559BBD

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

Shades of Shakespeare #559BBD

Tints of Shakespeare #559BBD

Color information

#559BBD (or 0x559BBD) is unknown color: approx Shakespeare. HEX triplet: 55, 9B and BD. RGB value is (85,155,189). Sum of RGB (Red+Green+Blue) = 85+155+189=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 189 (74.22% from 255 or 44.06% from 429); Max value from RGB is 189 - color contains mainly: blue. Hex color #559BBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BBD is #AA6442. Grayscale: #898989. Windows color (decimal): -11166787 or 12426069. OLE color: 12426069.

HSL color Cylindrical-coordinate representation of color #559BBD: hue angle of 199.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #559BBD is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85155189-
CMYK0.550.1800.26
HSL199.62º44.07%53.73%-
HSV(B)199.62º55.03%74.12%-
XYZ24.6529.0552.45-
YUV137.95156.8190.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.81%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 189 (74.22% from 255) = 44.06%
R=19.81%
G=36.13%
B=44.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal851551890.550.1800.26199.6244.0753.73
Hex559BBD371201Ac82c36
Octal12523327567220323105466
Binary101010110011011101111011101111001001101011001000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559BBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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