#559CBE

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

Shades of Shakespeare #559CBE

Tints of Shakespeare #559CBE

Color information

#559CBE (or 0x559CBE) is unknown color: approx Shakespeare. HEX triplet: 55, 9C and BE. RGB value is (85,156,190). Sum of RGB (Red+Green+Blue) = 85+156+190=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 190 - color contains mainly: blue. Hex color #559CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CBE is #AA6341. Grayscale: #8A8A8A. Windows color (decimal): -11166530 or 12491861. OLE color: 12491861.

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

Color convert

RGB85156190-
CMYK0.550.1800.25
HSL199.43º44.68%53.92%-
HSV(B)199.43º55.26%74.51%-
XYZ24.9329.4353.08-
YUV138.65156.9889.74-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.72%
GREEN value IS 156 (61.33% from 255) = 36.19%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=19.72%
G=36.19%
B=44.08%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851561900.550.1800.25199.4344.6853.92
Hex559CBE3712019c72d36
Octal12523427667220313075566
Binary101010110011100101111101101111001001100111000111101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,156,190); }

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

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

 a { background-color: rgb(85,156,190); }

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

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

 span { border-color: rgb(85,156,190); }

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