#053B94

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

Shades of Smalt #053B94

Tints of Smalt #053B94

Color information

#053B94 (or 0x053B94) is unknown color: approx Smalt. HEX triplet: 05, 3B and 94. RGB value is (5,59,148). Sum of RGB (Red+Green+Blue) = 5+59+148=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 59 (23.44% from 255 or 27.83% from 212); Blue value is 148 (58.20% from 255 or 69.81% from 212); Max value from RGB is 148 - color contains mainly: blue. Hex color #053B94 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B94 is #FAC46B. Grayscale: #343434. Windows color (decimal): -16434284 or 9714437. OLE color: 9714437.

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

Color convert

RGB559148-
CMYK0.970.6000.42
HSL217.34º93.46%30%-
HSV(B)217.34º96.62%58.04%-
XYZ6.975.328.67-
YUV53181.6193.76-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.36%
GREEN value IS 59 (23.44% from 255) = 27.83%
BLUE value IS 148 (58.20% from 255) = 69.81%
R=2.36%
G=27.83%
B=69.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5591480.970.6000.42217.3493.4630
Hex53B94613C02Ad95d1e
Octal5732241417405233113536
Binary101111011100101001100001111100010101011011001101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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