#052E82

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

Shades of Smalt #052E82

Tints of Smalt #052E82

Color information

#052E82 (or 0x052E82) is unknown color: approx Smalt. HEX triplet: 05, 2E and 82. RGB value is (5,46,130). Sum of RGB (Red+Green+Blue) = 5+46+130=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 46 (18.36% from 255 or 25.41% from 181); Blue value is 130 (51.17% from 255 or 71.82% from 181); Max value from RGB is 130 - color contains mainly: blue. Hex color #052E82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052E82 is #FAD17D. Grayscale: #2A2A2A. Windows color (decimal): -16437630 or 8531461. OLE color: 8531461.

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

Color convert

RGB546130-
CMYK0.960.6500.49
HSL220.32º92.59%26.47%-
HSV(B)220.32º96.15%50.98%-
XYZ5.073.621.55-
YUV43.32176.92100.67-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 46 (18.36% from 255) = 25.41%
BLUE value IS 130 (51.17% from 255) = 71.82%
R=2.76%
G=25.41%
B=71.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal5461300.960.6500.49220.3292.5926.47
Hex52E826041031dc5d1a
Octal55620214010106133413532
Binary1011011101000001011000001000001011000111011100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052E82; }

 p { color: rgb(5,46,130); }

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

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

 a { background-color: rgb(5,46,130); }

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

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

 span { border-color: rgb(5,46,130); }

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