#052795

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

Shades of Smalt #052795

Tints of Smalt #052795

Color information

#052795 (or 0x052795) is unknown color: approx Smalt. HEX triplet: 05, 27 and 95. RGB value is (5,39,149). Sum of RGB (Red+Green+Blue) = 5+39+149=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 39 (15.62% from 255 or 20.21% from 193); Blue value is 149 (58.59% from 255 or 77.20% from 193); Max value from RGB is 149 - color contains mainly: blue. Hex color #052795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052795 is #FAD86A. Grayscale: #282828. Windows color (decimal): -16439403 or 9774853. OLE color: 9774853.

HSL color Cylindrical-coordinate representation of color #052795: hue angle of 225.83º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052795 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB539149-
CMYK0.970.7400.42
HSL225.83º93.51%30.2%-
HSV(B)225.83º96.64%58.43%-
XYZ6.213.6528.81-
YUV41.37188.74102.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.59%
GREEN value IS 39 (15.62% from 255) = 20.21%
BLUE value IS 149 (58.59% from 255) = 77.20%
R=2.59%
G=20.21%
B=77.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5391490.970.7400.42225.8393.5130.2
Hex52795614A02Ae25e1e
Octal54722514111205234213636
Binary1011001111001010111000011001010010101011100010101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052795; }

 p { color: rgb(5,39,149); }

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

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

 a { background-color: rgb(5,39,149); }

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

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

 span { border-color: rgb(5,39,149); }

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