#052085

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

Shades of Smalt #052085

Tints of Smalt #052085

Color information

#052085 (or 0x052085) is unknown color: approx Smalt. HEX triplet: 05, 20 and 85. RGB value is (5,32,133). Sum of RGB (Red+Green+Blue) = 5+32+133=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 32 (12.89% from 255 or 18.82% from 170); Blue value is 133 (52.34% from 255 or 78.24% from 170); Max value from RGB is 133 - color contains mainly: blue. Hex color #052085 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052085 is #FADF7A. Grayscale: #232323. Windows color (decimal): -16441211 or 8724485. OLE color: 8724485.

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

Color convert

RGB532133-
CMYK0.960.7600.48
HSL227.34º92.75%27.06%-
HSV(B)227.34º96.24%52.16%-
XYZ4.812.7622.47-
YUV35.44183.05106.29-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.94%
GREEN value IS 32 (12.89% from 255) = 18.82%
BLUE value IS 133 (52.34% from 255) = 78.24%
R=2.94%
G=18.82%
B=78.24%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal5321330.960.7600.48227.3492.7527.06
Hex52085604C030e35d1b
Octal54020514011406034313533
Binary1011000001000010111000001001100011000011100011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052085; }

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

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

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

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

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

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

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

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