#052956

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

Shades of Prussian Blue #052956

Tints of Prussian Blue #052956

Color information

#052956 (or 0x052956) is unknown color: approx Prussian Blue. HEX triplet: 05, 29 and 56. RGB value is (5,41,86). Sum of RGB (Red+Green+Blue) = 5+41+86=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 41 (16.41% from 255 or 31.06% from 132); Blue value is 86 (33.98% from 255 or 65.15% from 132); Max value from RGB is 86 - color contains mainly: blue. Hex color #052956 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052956 is #FAD6A9. Grayscale: #232323. Windows color (decimal): -16438954 or 5646597. OLE color: 5646597.

HSL color Cylindrical-coordinate representation of color #052956: hue angle of 213.33º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052956 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54186-
CMYK0.940.5200.66
HSL213.33º89.01%17.84%-
HSV(B)213.33º94.19%33.73%-
XYZ2.542.299.11-
YUV35.37156.57106.34-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 41 (16.41% from 255) = 31.06%
BLUE value IS 86 (33.98% from 255) = 65.15%
R=3.79%
G=31.06%
B=65.15%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal541860.940.5200.66213.3389.0117.84
Hex529565E34042d55912
Octal55112613664010232513122
Binary101101001101011010111101101000100001011010101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052956; }

 p { color: rgb(5,41,86); }

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

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

 a { background-color: rgb(5,41,86); }

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

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

 span { border-color: rgb(5,41,86); }

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