#5596BE

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

Shades of Shakespeare #5596BE

Tints of Shakespeare #5596BE

Color information

#5596BE (or 0x5596BE) is unknown color: approx Shakespeare. HEX triplet: 55, 96 and BE. RGB value is (85,150,190). Sum of RGB (Red+Green+Blue) = 85+150+190=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 190 - color contains mainly: blue. Hex color #5596BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5596BE is #AA6941. Grayscale: #868686. Windows color (decimal): -11168066 or 12490325. OLE color: 12490325.

HSL color Cylindrical-coordinate representation of color #5596BE: hue angle of 202.86º 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 #5596BE is Cyan = 0.55, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB85150190-
CMYK0.550.2100.25
HSL202.86º44.68%53.92%-
HSV(B)202.86º55.26%74.51%-
XYZ23.9527.4652.75-
YUV135.12158.9792.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=20%
G=35.29%
B=44.71%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal851501900.550.2100.25202.8644.6853.92
Hex5596BE3715019cb2d36
Octal12522627667250313135566
Binary101010110010110101111101101111010101100111001011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5596BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5596BE; }

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

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

<style>
 a { background-color: #5596BE; }

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

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

<style>
 span { border-color: #5596BE; }

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

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