#053A94

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

Shades of Smalt #053A94

Tints of Smalt #053A94

Color information

#053A94 (or 0x053A94) is unknown color: approx Smalt. HEX triplet: 05, 3A and 94. RGB value is (5,58,148). Sum of RGB (Red+Green+Blue) = 5+58+148=211 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.37% from 211); Green value is 58 (23.05% from 255 or 27.49% from 211); Blue value is 148 (58.20% from 255 or 70.14% from 211); Max value from RGB is 148 - color contains mainly: blue. Hex color #053A94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053A94 is #FAC56B. Grayscale: #343434. Windows color (decimal): -16434540 or 9714181. OLE color: 9714181.

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

Color convert

RGB558148-
CMYK0.970.6100.42
HSL217.76º93.46%30%-
HSV(B)217.76º96.62%58.04%-
XYZ6.925.228.66-
YUV52.41181.9494.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.37%
GREEN value IS 58 (23.05% from 255) = 27.49%
BLUE value IS 148 (58.20% from 255) = 70.14%
R=2.37%
G=27.49%
B=70.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5581480.970.6100.42217.7693.4630
Hex53A94613D02Ada5d1e
Octal5722241417505233213536
Binary101111010100101001100001111101010101011011010101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A94; }

 p { color: rgb(5,58,148); }

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

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

 a { background-color: rgb(5,58,148); }

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

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

 span { border-color: rgb(5,58,148); }

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