#054695

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

Shades of Smalt #054695

Tints of Smalt #054695

Color information

#054695 (or 0x054695) is unknown color: approx Smalt. HEX triplet: 05, 46 and 95. RGB value is (5,70,149). Sum of RGB (Red+Green+Blue) = 5+70+149=224 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.23% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #054695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054695 is #FAB96A. Grayscale: #3B3B3B. Windows color (decimal): -16431467 or 9782789. OLE color: 9782789.

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

Color convert

RGB570149-
CMYK0.970.5300.42
HSL212.92º93.51%30.2%-
HSV(B)212.92º96.64%58.43%-
XYZ7.686.5829.3-
YUV59.57178.4789.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.23%
GREEN value IS 70 (27.73% from 255) = 31.25%
BLUE value IS 149 (58.59% from 255) = 66.52%
R=2.23%
G=31.25%
B=66.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5701490.970.5300.42212.9293.5130.2
Hex54695613502Ad55e1e
Octal51062251416505232513636
Binary1011000110100101011100001110101010101011010101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054695; }

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

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

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

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

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

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

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

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