#052F85

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

Shades of Smalt #052F85

Tints of Smalt #052F85

Color information

#052F85 (or 0x052F85) is unknown color: approx Smalt. HEX triplet: 05, 2F and 85. RGB value is (5,47,133). Sum of RGB (Red+Green+Blue) = 5+47+133=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 47 (18.75% from 255 or 25.41% from 185); Blue value is 133 (52.34% from 255 or 71.89% from 185); Max value from RGB is 133 - color contains mainly: blue. Hex color #052F85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052F85 is #FAD07A. Grayscale: #2B2B2B. Windows color (decimal): -16437371 or 8728325. OLE color: 8728325.

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

Color convert

RGB547133-
CMYK0.960.6500.48
HSL220.31º92.75%27.06%-
HSV(B)220.31º96.24%52.16%-
XYZ5.313.7622.64-
YUV44.25178.09100.01-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.70%
GREEN value IS 47 (18.75% from 255) = 25.41%
BLUE value IS 133 (52.34% from 255) = 71.89%
R=2.70%
G=25.41%
B=71.89%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5471330.960.6500.48220.3192.7527.06
Hex52F856041030dc5d1b
Octal55720514010106033413533
Binary1011011111000010111000001000001011000011011100101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,47,133); }

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

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

 a { background-color: rgb(5,47,133); }

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

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

 span { border-color: rgb(5,47,133); }

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