#054197

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

Shades of Smalt #054197

Tints of Smalt #054197

Color information

#054197 (or 0x054197) is unknown color: approx Smalt. HEX triplet: 05, 41 and 97. RGB value is (5,65,151). Sum of RGB (Red+Green+Blue) = 5+65+151=221 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.26% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #054197 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054197 is #FABE68. Grayscale: #383838. Windows color (decimal): -16432745 or 9912581. OLE color: 9912581.

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

Color convert

RGB565151-
CMYK0.970.5700.41
HSL215.34º93.59%30.59%-
HSV(B)215.34º96.69%59.22%-
XYZ7.546.0530.05-
YUV56.86181.1291.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.26%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 151 (59.38% from 255) = 68.33%
R=2.26%
G=29.41%
B=68.33%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal5651510.970.5700.41215.3493.5930.59
Hex541976139029d75e1f
Octal51012271417105132713637
Binary1011000001100101111100001111001010100111010111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054197

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054197; }

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

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

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

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

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

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

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

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