#052584

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

Shades of Smalt #052584

Tints of Smalt #052584

Color information

#052584 (or 0x052584) is unknown color: approx Smalt. HEX triplet: 05, 25 and 84. RGB value is (5,37,132). Sum of RGB (Red+Green+Blue) = 5+37+132=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 37 (14.84% from 255 or 21.26% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #052584 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052584 is #FADA7B. Grayscale: #252525. Windows color (decimal): -16439932 or 8660229. OLE color: 8660229.

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

Color convert

RGB537132-
CMYK0.960.7200.48
HSL224.88º92.7%26.86%-
HSV(B)224.88º96.21%51.76%-
XYZ4.893.0222.16-
YUV38.26180.9104.28-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.87%
GREEN value IS 37 (14.84% from 255) = 21.26%
BLUE value IS 132 (51.95% from 255) = 75.86%
R=2.87%
G=21.26%
B=75.86%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5371320.960.7200.48224.8892.726.86
Hex525846048030e15d1b
Octal54520414011006034113533
Binary1011001011000010011000001001000011000011100001101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052584; }

 p { color: rgb(5,37,132); }

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

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

 a { background-color: rgb(5,37,132); }

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

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

 span { border-color: rgb(5,37,132); }

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