#052E5F

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

Shades of Prussian Blue #052E5F

Tints of Prussian Blue #052E5F

Color information

#052E5F (or 0x052E5F) is unknown color: approx Prussian Blue. HEX triplet: 05, 2E and 5F. RGB value is (5,46,95). Sum of RGB (Red+Green+Blue) = 5+46+95=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 46 (18.36% from 255 or 31.51% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #052E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052E5F is #FAD1A0. Grayscale: #272727. Windows color (decimal): -16437665 or 6237701. OLE color: 6237701.

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

Color convert

RGB54695-
CMYK0.950.5200.63
HSL212.67º90%19.61%-
HSV(B)212.67º94.74%37.25%-
XYZ3.112.8111.21-
YUV39.33159.42103.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 46 (18.36% from 255) = 31.51%
BLUE value IS 95 (37.5% from 255) = 65.07%
R=3.42%
G=31.51%
B=65.07%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal546950.950.5200.63212.679019.61
Hex52E5F5F3403Fd55a14
Octal5561371376407732513224
Binary10110111010111111011111110100011111111010101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,46,95); }

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

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

 a { background-color: rgb(5,46,95); }

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

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

 span { border-color: rgb(5,46,95); }

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