#054295

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

Shades of Smalt #054295

Tints of Smalt #054295

Color information

#054295 (or 0x054295) is unknown color: approx Smalt. HEX triplet: 05, 42 and 95. RGB value is (5,66,149). Sum of RGB (Red+Green+Blue) = 5+66+149=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 66 (26.17% from 255 or 30% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #054295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054295 is #FABD6A. Grayscale: #383838. Windows color (decimal): -16432491 or 9781765. OLE color: 9781765.

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

Color convert

RGB566149-
CMYK0.970.5600.42
HSL214.58º93.51%30.2%-
HSV(B)214.58º96.64%58.43%-
XYZ7.446.129.22-
YUV57.22179.7990.75-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.27%
GREEN value IS 66 (26.17% from 255) = 30%
BLUE value IS 149 (58.59% from 255) = 67.73%
R=2.27%
G=30%
B=67.73%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5661490.970.5600.42214.5893.5130.2
Hex54295613802Ad75e1e
Octal51022251417005232713636
Binary1011000010100101011100001111000010101011010111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054295; }

 p { color: rgb(5,66,149); }

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

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

 a { background-color: rgb(5,66,149); }

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

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

 span { border-color: rgb(5,66,149); }

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