#053288

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

Shades of Smalt #053288

Tints of Smalt #053288

Color information

#053288 (or 0x053288) is unknown color: approx Smalt. HEX triplet: 05, 32 and 88. RGB value is (5,50,136). Sum of RGB (Red+Green+Blue) = 5+50+136=191 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.62% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 136 (53.52% from 255 or 71.20% from 191); Max value from RGB is 136 - color contains mainly: blue. Hex color #053288 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053288 is #FACD77. Grayscale: #2D2D2D. Windows color (decimal): -16436600 or 8925701. OLE color: 8925701.

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

Color convert

RGB550136-
CMYK0.960.6300.47
HSL219.39º92.91%27.65%-
HSV(B)219.39º96.32%53.33%-
XYZ5.654.0923.78-
YUV46.35178.5998.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.62%
GREEN value IS 50 (19.92% from 255) = 26.18%
BLUE value IS 136 (53.52% from 255) = 71.20%
R=2.62%
G=26.18%
B=71.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5501360.960.6300.47219.3992.9127.65
Hex53288603F02Fdb5d1c
Octal5622101407705733313534
Binary101110010100010001100000111111010111111011011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053288; }

 p { color: rgb(5,50,136); }

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

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

 a { background-color: rgb(5,50,136); }

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

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

 span { border-color: rgb(5,50,136); }

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