#053695

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

Shades of Smalt #053695

Tints of Smalt #053695

Color information

#053695 (or 0x053695) is unknown color: approx Smalt. HEX triplet: 05, 36 and 95. RGB value is (5,54,149). Sum of RGB (Red+Green+Blue) = 5+54+149=208 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.40% from 208); Green value is 54 (21.48% from 255 or 25.96% from 208); Blue value is 149 (58.59% from 255 or 71.63% from 208); Max value from RGB is 149 - color contains mainly: blue. Hex color #053695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053695 is #FAC96A. Grayscale: #313131. Windows color (decimal): -16435563 or 9778693. OLE color: 9778693.

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

Color convert

RGB554149-
CMYK0.970.6400.42
HSL219.58º93.51%30.2%-
HSV(B)219.58º96.64%58.43%-
XYZ6.814.8429.01-
YUV50.18183.7795.78-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.40%
GREEN value IS 54 (21.48% from 255) = 25.96%
BLUE value IS 149 (58.59% from 255) = 71.63%
R=2.40%
G=25.96%
B=71.63%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5541490.970.6400.42219.5893.5130.2
Hex53695614002Adc5e1e
Octal56622514110005233413636
Binary1011101101001010111000011000000010101011011100101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053695; }

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

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

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

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

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

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

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

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