#053283

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

Shades of Smalt #053283

Tints of Smalt #053283

Color information

#053283 (or 0x053283) is unknown color: approx Smalt. HEX triplet: 05, 32 and 83. RGB value is (5,50,131). Sum of RGB (Red+Green+Blue) = 5+50+131=186 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.69% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 131 (51.56% from 255 or 70.43% from 186); Max value from RGB is 131 - color contains mainly: blue. Hex color #053283 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #053283 is #FACD7C. Grayscale: #2D2D2D. Windows color (decimal): -16436605 or 8598021. OLE color: 8598021.

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

Color convert

RGB550131-
CMYK0.960.6200.49
HSL218.57º92.65%26.67%-
HSV(B)218.57º96.18%51.37%-
XYZ5.33.9521.96-
YUV45.78176.0998.91-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.69%
GREEN value IS 50 (19.92% from 255) = 26.88%
BLUE value IS 131 (51.56% from 255) = 70.43%
R=2.69%
G=26.88%
B=70.43%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5501310.960.6200.49218.5792.6526.67
Hex53283603E031db5d1b
Octal5622031407606133313533
Binary101110010100000111100000111110011000111011011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053283; }

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

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

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

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

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

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

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

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