#052598

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

Shades of Smalt #052598

Tints of Smalt #052598

Color information

#052598 (or 0x052598) is unknown color: approx Smalt. HEX triplet: 05, 25 and 98. RGB value is (5,37,152). Sum of RGB (Red+Green+Blue) = 5+37+152=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 152 (59.77% from 255 or 78.35% from 194); Max value from RGB is 152 - color contains mainly: blue. Hex color #052598 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052598 is #FADA67. Grayscale: #282828. Windows color (decimal): -16439912 or 9970949. OLE color: 9970949.

HSL color Cylindrical-coordinate representation of color #052598: hue angle of 226.94º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #052598 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB537152-
CMYK0.970.7600.40
HSL226.94º93.63%30.78%-
HSV(B)226.94º96.71%59.61%-
XYZ6.393.6230.07-
YUV40.54190.9102.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.58%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 152 (59.77% from 255) = 78.35%
R=2.58%
G=19.07%
B=78.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal5371520.970.7600.40226.9493.6330.78
Hex52598614C028e35e1f
Octal54523014111405034313637
Binary1011001011001100011000011001100010100011100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052598; }

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

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

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

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

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

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

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

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