#053489

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

Shades of Smalt #053489

Tints of Smalt #053489

Color information

#053489 (or 0x053489) is unknown color: approx Smalt. HEX triplet: 05, 34 and 89. RGB value is (5,52,137). Sum of RGB (Red+Green+Blue) = 5+52+137=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #053489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053489 is #FACB76. Grayscale: #2F2F2F. Windows color (decimal): -16436087 or 8991749. OLE color: 8991749.

HSL color Cylindrical-coordinate representation of color #053489: hue angle of 218.64º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053489 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB552137-
CMYK0.960.6200.46
HSL218.64º92.96%27.84%-
HSV(B)218.64º96.35%53.73%-
XYZ5.814.2924.19-
YUV47.64178.4397.59-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 52 (20.70% from 255) = 26.80%
BLUE value IS 137 (53.91% from 255) = 70.62%
R=2.58%
G=26.80%
B=70.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5521370.960.6200.46218.6492.9627.84
Hex53489603E02Edb5d1c
Octal5642111407605633313534
Binary101110100100010011100000111110010111011011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053489; }

 p { color: rgb(5,52,137); }

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

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

 a { background-color: rgb(5,52,137); }

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

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

 span { border-color: rgb(5,52,137); }

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