#5496c0

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

Shades of Shakespeare #5496C0

Tints of Shakespeare #5496C0

Color information

#5496C0 (or 0x5496C0) is unknown color: approx Shakespeare. HEX triplet: 54, 96 and C0. RGB value is (84,150,192). Sum of RGB (Red+Green+Blue) = 84+150+192=426 (56% of max value = 765). Red value is 84 (33.20% from 255 or 19.72% from 426); Green value is 150 (58.98% from 255 or 35.21% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #5496C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5496C0 is #AB693F. Grayscale: #868686. Windows color (decimal): -11233600 or 12621396. OLE color: 12621396.

HSL color Cylindrical-coordinate representation of color #5496C0: hue angle of 203.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5496C0 is Cyan = 0.56, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB84150192-
CMYK0.560.2200.25
HSL203.33º46.15%54.12%-
HSV(B)203.33º56.25%75.29%-
XYZ24.0827.553.91-
YUV135.05160.1391.58-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 19.72%
GREEN value IS 150 (58.98% from 255) = 35.21%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=19.72%
G=35.21%
B=45.07%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal841501920.560.2200.25203.3346.1554.12
Hex5496C03816019cb2e36
Octal12422630070260313135666
Binary101010010010110110000001110001011001100111001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5496c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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