#054193

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

Shades of Smalt #054193

Tints of Smalt #054193

Color information

#054193 (or 0x054193) is unknown color: approx Smalt. HEX triplet: 05, 41 and 93. RGB value is (5,65,147). Sum of RGB (Red+Green+Blue) = 5+65+147=217 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.30% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 147 (57.81% from 255 or 67.74% from 217); Max value from RGB is 147 - color contains mainly: blue. Hex color #054193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054193 is #FABE6C. Grayscale: #383838. Windows color (decimal): -16432749 or 9650437. OLE color: 9650437.

HSL color Cylindrical-coordinate representation of color #054193: hue angle of 214.65º degrees, saturation: 0.93, 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 #054193 is Cyan = 0.97, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB565147-
CMYK0.970.5600.42
HSL214.65º93.42%29.8%-
HSV(B)214.65º96.6%57.65%-
XYZ7.225.9228.37-
YUV56.41179.1291.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.30%
GREEN value IS 65 (25.78% from 255) = 29.95%
BLUE value IS 147 (57.81% from 255) = 67.74%
R=2.30%
G=29.95%
B=67.74%

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
Decimal5651470.970.5600.42214.6593.4229.8
Hex54193613802Ad75d1e
Octal51012231417005232713536
Binary1011000001100100111100001111000010101011010111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054193; }

 p { color: rgb(5,65,147); }

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

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

 a { background-color: rgb(5,65,147); }

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

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

 span { border-color: rgb(5,65,147); }

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