#054496

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

Shades of Smalt #054496

Tints of Smalt #054496

Color information

#054496 (or 0x054496) is unknown color: approx Smalt. HEX triplet: 05, 44 and 96. RGB value is (5,68,150). Sum of RGB (Red+Green+Blue) = 5+68+150=223 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.24% from 223); Green value is 68 (26.95% from 255 or 30.49% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #054496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054496 is #FABB69. Grayscale: #3A3A3A. Windows color (decimal): -16431978 or 9847813. OLE color: 9847813.

HSL color Cylindrical-coordinate representation of color #054496: hue angle of 213.93º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054496 is Cyan = 0.97, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB568150-
CMYK0.970.5500.41
HSL213.93º93.55%30.39%-
HSV(B)213.93º96.67%58.82%-
XYZ7.636.3729.68-
YUV58.51179.6389.83-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.24%
GREEN value IS 68 (26.95% from 255) = 30.49%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=2.24%
G=30.49%
B=67.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5681500.970.5500.41213.9393.5530.39
Hex544966137029d65e1e
Octal51042261416705132613636
Binary1011000100100101101100001110111010100111010110101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054496; }

 p { color: rgb(5,68,150); }

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

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

 a { background-color: rgb(5,68,150); }

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

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

 span { border-color: rgb(5,68,150); }

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