#052D82

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

Shades of Smalt #052D82

Tints of Smalt #052D82

Color information

#052D82 (or 0x052D82) is unknown color: approx Smalt. HEX triplet: 05, 2D and 82. RGB value is (5,45,130). Sum of RGB (Red+Green+Blue) = 5+45+130=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 130 (51.17% from 255 or 72.22% from 180); Max value from RGB is 130 - color contains mainly: blue. Hex color #052D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D82 is #FAD27D. Grayscale: #2A2A2A. Windows color (decimal): -16437886 or 8531205. OLE color: 8531205.

HSL color Cylindrical-coordinate representation of color #052D82: hue angle of 220.8º 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 #052D82 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB545130-
CMYK0.960.6500.49
HSL220.8º92.59%26.47%-
HSV(B)220.8º96.15%50.98%-
XYZ5.033.5221.53-
YUV42.73177.25101.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.78%
GREEN value IS 45 (17.97% from 255) = 25%
BLUE value IS 130 (51.17% from 255) = 72.22%
R=2.78%
G=25%
B=72.22%

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
Decimal5451300.960.6500.49220.892.5926.47
Hex52D826041031dd5d1a
Octal55520214010106133513532
Binary1011011011000001011000001000001011000111011101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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