#053456

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

Shades of Prussian Blue #053456

Tints of Prussian Blue #053456

Color information

#053456 (or 0x053456) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 56. RGB value is (5,52,86). Sum of RGB (Red+Green+Blue) = 5+52+86=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 52 (20.70% from 255 or 36.36% from 143); Blue value is 86 (33.98% from 255 or 60.14% from 143); Max value from RGB is 86 - color contains mainly: blue. Hex color #053456 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053456 is #FACBA9. Grayscale: #292929. Windows color (decimal): -16436138 or 5649413. OLE color: 5649413.

HSL color Cylindrical-coordinate representation of color #053456: hue angle of 205.19º 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 #053456 is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB55286-
CMYK0.940.4000.66
HSL205.19º89.01%17.84%-
HSV(B)205.19º94.19%33.73%-
XYZ2.973.169.26-
YUV41.82152.93101.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 52 (20.70% from 255) = 36.36%
BLUE value IS 86 (33.98% from 255) = 60.14%
R=3.50%
G=36.36%
B=60.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal552860.940.4000.66205.1989.0117.84
Hex534565E28042cd5912
Octal56412613650010231513122
Binary101110100101011010111101010000100001011001101101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053456; }

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

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

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

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

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

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

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

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