#5996BF

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

Shades of Shakespeare #5996BF

Tints of Shakespeare #5996BF

Color information

#5996BF (or 0x5996BF) is unknown color: approx Shakespeare. HEX triplet: 59, 96 and BF. RGB value is (89,150,191). Sum of RGB (Red+Green+Blue) = 89+150+191=430 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.70% from 430); Green value is 150 (58.98% from 255 or 34.88% from 430); Blue value is 191 (75% from 255 or 44.42% from 430); Max value from RGB is 191 - color contains mainly: blue. Hex color #5996BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5996BF is #A66940. Grayscale: #888888. Windows color (decimal): -10905921 or 12555865. OLE color: 12555865.

HSL color Cylindrical-coordinate representation of color #5996BF: hue angle of 204.12º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5996BF is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB89150191-
CMYK0.530.2100.25
HSL204.12º44.35%54.9%-
HSV(B)204.12º53.4%74.9%-
XYZ24.4327.753.35-
YUV136.44158.7994.17-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.70%
GREEN value IS 150 (58.98% from 255) = 34.88%
BLUE value IS 191 (75% from 255) = 44.42%
R=20.70%
G=34.88%
B=44.42%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal891501910.530.2100.25204.1244.3554.9
Hex5996BF3515019cc2c37
Octal13122627765250313145467
Binary101100110010110101111111101011010101100111001100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5996BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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