#053389

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

Shades of Smalt #053389

Tints of Smalt #053389

Color information

#053389 (or 0x053389) is unknown color: approx Smalt. HEX triplet: 05, 33 and 89. RGB value is (5,51,137). Sum of RGB (Red+Green+Blue) = 5+51+137=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 137 (53.91% from 255 or 70.98% from 193); Max value from RGB is 137 - color contains mainly: blue. Hex color #053389 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053389 is #FACC76. Grayscale: #2E2E2E. Windows color (decimal): -16436343 or 8991493. OLE color: 8991493.

HSL color Cylindrical-coordinate representation of color #053389: hue angle of 219.09º 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 #053389 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB551137-
CMYK0.960.6300.46
HSL219.09º92.96%27.84%-
HSV(B)219.09º96.35%53.73%-
XYZ5.764.2124.18-
YUV47.05178.7698.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 51 (20.31% from 255) = 26.42%
BLUE value IS 137 (53.91% from 255) = 70.98%
R=2.59%
G=26.42%
B=70.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5511370.960.6300.46219.0992.9627.84
Hex53389603F02Edb5d1c
Octal5632111407705633313534
Binary101110011100010011100000111111010111011011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053389; }

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

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

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

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

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

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

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

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