#5996B4

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

Shades of Shakespeare #5996B4

Tints of Shakespeare #5996B4

Color information

#5996B4 (or 0x5996B4) is unknown color: approx Shakespeare. HEX triplet: 59, 96 and B4. RGB value is (89,150,180). Sum of RGB (Red+Green+Blue) = 89+150+180=419 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.24% from 419); Green value is 150 (58.98% from 255 or 35.80% from 419); Blue value is 180 (70.70% from 255 or 42.96% from 419); Max value from RGB is 180 - color contains mainly: blue. Hex color #5996B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996B4 is #A6694B. Grayscale: #878787. Windows color (decimal): -10905932 or 11834969. OLE color: 11834969.

HSL color Cylindrical-coordinate representation of color #5996B4: hue angle of 199.78º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5996B4 is Cyan = 0.51, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89150180-
CMYK0.510.1700.29
HSL199.78º37.76%52.75%-
HSV(B)199.78º50.56%70.59%-
XYZ23.2627.2347.21-
YUV135.18153.2995.06-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.24%
GREEN value IS 150 (58.98% from 255) = 35.80%
BLUE value IS 180 (70.70% from 255) = 42.96%
R=21.24%
G=35.80%
B=42.96%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891501800.510.1700.29199.7837.7652.75
Hex5996B4331101Dc82635
Octal13122626463210353104665
Binary101100110010110101101001100111000101110111001000100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5996B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5996B4; }

 p { color: rgb(89,150,180); }

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

<style>
 a { background-color: #5996B4; }

 a { background-color: rgb(89,150,180); }

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

<style>
 span { border-color: #5996B4; }

 span { border-color: rgb(89,150,180); }

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