#052D62

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

Shades of Prussian Blue #052D62

Tints of Prussian Blue #052D62

Color information

#052D62 (or 0x052D62) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 62. RGB value is (5,45,98). Sum of RGB (Red+Green+Blue) = 5+45+98=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #052D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D62 is #FAD29D. Grayscale: #262626. Windows color (decimal): -16437918 or 6434053. OLE color: 6434053.

HSL color Cylindrical-coordinate representation of color #052D62: hue angle of 214.19º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052D62 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54598-
CMYK0.950.5400.62
HSL214.19º90.29%20.2%-
HSV(B)214.19º94.9%38.43%-
XYZ3.212.7911.93-
YUV39.08161.25103.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 98 (38.67% from 255) = 66.22%
R=3.38%
G=30.41%
B=66.22%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal545980.950.5400.62214.1990.2920.2
Hex52D625F3603Ed65a14
Octal5551421376607632613224
Binary10110110111000101011111110110011111011010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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