#052F53

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

Shades of Prussian Blue #052F53

Tints of Prussian Blue #052F53

Color information

#052F53 (or 0x052F53) is unknown color: approx Prussian Blue. HEX triplet: 05, 2F and 53. RGB value is (5,47,83). Sum of RGB (Red+Green+Blue) = 5+47+83=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 83 (32.81% from 255 or 61.48% from 135); Max value from RGB is 83 - color contains mainly: blue. Hex color #052F53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052F53 is #FAD0AC. Grayscale: #262626. Windows color (decimal): -16437421 or 5451525. OLE color: 5451525.

HSL color Cylindrical-coordinate representation of color #052F53: hue angle of 207.69º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052F53 is Cyan = 0.94, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54783-
CMYK0.940.4300.67
HSL207.69º88.64%17.25%-
HSV(B)207.69º93.98%32.55%-
XYZ2.642.698.56-
YUV38.55153.09104.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.70%
GREEN value IS 47 (18.75% from 255) = 34.81%
BLUE value IS 83 (32.81% from 255) = 61.48%
R=3.70%
G=34.81%
B=61.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal547830.940.4300.67207.6988.6417.25
Hex52F535E2B043d05911
Octal55712313653010332013121
Binary101101111101001110111101010110100001111010000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,47,83); }

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

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

 a { background-color: rgb(5,47,83); }

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

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

 span { border-color: rgb(5,47,83); }

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