#052D63

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

Shades of Prussian Blue #052D63

Tints of Prussian Blue #052D63

Color information

#052D63 (or 0x052D63) is unknown color: approx Prussian Blue. HEX triplet: 05, 2D and 63. RGB value is (5,45,99). Sum of RGB (Red+Green+Blue) = 5+45+99=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 99 (39.06% from 255 or 66.44% from 149); Max value from RGB is 99 - color contains mainly: blue. Hex color #052D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D63 is #FAD29C. Grayscale: #262626. Windows color (decimal): -16437917 or 6499589. OLE color: 6499589.

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

Color convert

RGB54599-
CMYK0.950.5500.61
HSL214.47º90.38%20.39%-
HSV(B)214.47º94.95%38.82%-
XYZ3.252.8112.18-
YUV39.2161.75103.61-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 45 (17.97% from 255) = 30.20%
BLUE value IS 99 (39.06% from 255) = 66.44%
R=3.36%
G=30.20%
B=66.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal545990.950.5500.61214.4790.3820.39
Hex52D635F3703Dd65a14
Octal5551431376707532613224
Binary10110110111000111011111110111011110111010110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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