#5496BB

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

Shades of Shakespeare #5496BB

Tints of Shakespeare #5496BB

Color information

#5496BB (or 0x5496BB) is unknown color: approx Shakespeare. HEX triplet: 54, 96 and BB. RGB value is (84,150,187). Sum of RGB (Red+Green+Blue) = 84+150+187=421 (55% of max value = 765). Red value is 84 (33.20% from 255 or 19.95% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #5496BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5496BB is #AB6944. Grayscale: #868686. Windows color (decimal): -11233605 or 12293716. OLE color: 12293716.

HSL color Cylindrical-coordinate representation of color #5496BB: hue angle of 201.55º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5496BB is Cyan = 0.55, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB84150187-
CMYK0.550.2000.27
HSL201.55º43.1%53.14%-
HSV(B)201.55º55.08%73.33%-
XYZ23.5327.2951.04-
YUV134.48157.6391.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.95%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 187 (73.44% from 255) = 44.42%
R=19.95%
G=35.63%
B=44.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal841501870.550.2000.27201.5543.153.14
Hex5496BB371401Bca2b35
Octal12422627367240333125365
Binary101010010010110101110111101111010001101111001010101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5496BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5496BB; }

 p { color: rgb(84,150,187); }

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

<style>
 a { background-color: #5496BB; }

 a { background-color: rgb(84,150,187); }

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

<style>
 span { border-color: #5496BB; }

 span { border-color: rgb(84,150,187); }

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