#052D89

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

Shades of Smalt #052D89

Tints of Smalt #052D89

Color information

#052D89 (or 0x052D89) is unknown color: approx Smalt. HEX triplet: 05, 2D and 89. RGB value is (5,45,137). Sum of RGB (Red+Green+Blue) = 5+45+137=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #052D89 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052D89 is #FAD276. Grayscale: #2B2B2B. Windows color (decimal): -16437879 or 8989957. OLE color: 8989957.

HSL color Cylindrical-coordinate representation of color #052D89: hue angle of 221.82º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D89 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB545137-
CMYK0.960.6700.46
HSL221.82º92.96%27.84%-
HSV(B)221.82º96.35%53.73%-
XYZ5.523.7224.09-
YUV43.53180.75100.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.67%
GREEN value IS 45 (17.97% from 255) = 24.06%
BLUE value IS 137 (53.91% from 255) = 73.26%
R=2.67%
G=24.06%
B=73.26%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal5451370.960.6700.46221.8292.9627.84
Hex52D89604302Ede5d1c
Octal55521114010305633613534
Binary1011011011000100111000001000011010111011011110101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,45,137); }

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

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

 a { background-color: rgb(5,45,137); }

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

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

 span { border-color: rgb(5,45,137); }

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