#053B95

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

Shades of Smalt #053B95

Tints of Smalt #053B95

Color information

#053B95 (or 0x053B95) is unknown color: approx Smalt. HEX triplet: 05, 3B and 95. RGB value is (5,59,149). Sum of RGB (Red+Green+Blue) = 5+59+149=213 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.35% from 213); Green value is 59 (23.44% from 255 or 27.70% from 213); Blue value is 149 (58.59% from 255 or 69.95% from 213); Max value from RGB is 149 - color contains mainly: blue. Hex color #053B95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053B95 is #FAC46A. Grayscale: #343434. Windows color (decimal): -16434283 or 9779973. OLE color: 9779973.

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

Color convert

RGB559149-
CMYK0.970.6000.42
HSL217.5º93.51%30.2%-
HSV(B)217.5º96.64%58.43%-
XYZ7.055.3329.09-
YUV53.11182.1193.68-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.35%
GREEN value IS 59 (23.44% from 255) = 27.70%
BLUE value IS 149 (58.59% from 255) = 69.95%
R=2.35%
G=27.70%
B=69.95%

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
Decimal5591490.970.6000.42217.593.5130.2
Hex53B95613C02Ada5e1e
Octal5732251417405233213636
Binary101111011100101011100001111100010101011011010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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