#052A86

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

Shades of Smalt #052A86

Tints of Smalt #052A86

Color information

#052A86 (or 0x052A86) is unknown color: approx Smalt. HEX triplet: 05, 2A and 86. RGB value is (5,42,134). Sum of RGB (Red+Green+Blue) = 5+42+134=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 42 (16.80% from 255 or 23.20% from 181); Blue value is 134 (52.73% from 255 or 74.03% from 181); Max value from RGB is 134 - color contains mainly: blue. Hex color #052A86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052A86 is #FAD579. Grayscale: #292929. Windows color (decimal): -16438650 or 8792581. OLE color: 8792581.

HSL color Cylindrical-coordinate representation of color #052A86: hue angle of 222.79º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052A86 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB542134-
CMYK0.960.6900.47
HSL222.79º92.81%27.25%-
HSV(B)222.79º96.27%52.55%-
XYZ5.193.4122.94-
YUV41.42180.24102.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.76%
GREEN value IS 42 (16.80% from 255) = 23.20%
BLUE value IS 134 (52.73% from 255) = 74.03%
R=2.76%
G=23.20%
B=74.03%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal5421340.960.6900.47222.7992.8127.25
Hex52A86604502Fdf5d1b
Octal55220614010505733713533
Binary1011010101000011011000001000101010111111011111101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,42,134); }

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

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

 a { background-color: rgb(5,42,134); }

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

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

 span { border-color: rgb(5,42,134); }

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