#559BBC

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

Shades of Shakespeare #559BBC

Tints of Shakespeare #559BBC

Color information

#559BBC (or 0x559BBC) is unknown color: approx Shakespeare. HEX triplet: 55, 9B and BC. RGB value is (85,155,188). Sum of RGB (Red+Green+Blue) = 85+155+188=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 155 (60.94% from 255 or 36.21% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #559BBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BBC is #AA6443. Grayscale: #898989. Windows color (decimal): -11166788 or 12360533. OLE color: 12360533.

HSL color Cylindrical-coordinate representation of color #559BBC: hue angle of 199.22º degrees, saturation: 0.43, 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 #559BBC is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB85155188-
CMYK0.550.1800.26
HSL199.22º43.46%53.53%-
HSV(B)199.22º54.79%73.73%-
XYZ24.542951.88-
YUV137.83156.3190.32-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.86%
GREEN value IS 155 (60.94% from 255) = 36.21%
BLUE value IS 188 (73.83% from 255) = 43.93%
R=19.86%
G=36.21%
B=43.93%

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
Decimal851551880.550.1800.26199.2243.4653.53
Hex559BBC371201Ac72b36
Octal12523327467220323075366
Binary101010110011011101111001101111001001101011000111101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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