#053451

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

Shades of Prussian Blue #053451

Tints of Prussian Blue #053451

Color information

#053451 (or 0x053451) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 51. RGB value is (5,52,81). Sum of RGB (Red+Green+Blue) = 5+52+81=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 81 (32.03% from 255 or 58.70% from 138); Max value from RGB is 81 - color contains mainly: blue. Hex color #053451 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053451 is #FACBAE. Grayscale: #292929. Windows color (decimal): -16436143 or 5321733. OLE color: 5321733.

HSL color Cylindrical-coordinate representation of color #053451: hue angle of 202.89º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053451 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB55281-
CMYK0.940.3600.68
HSL202.89º88.37%16.86%-
HSV(B)202.89º93.83%31.76%-
XYZ2.783.088.23-
YUV41.25150.43102.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 52 (20.70% from 255) = 37.68%
BLUE value IS 81 (32.03% from 255) = 58.70%
R=3.62%
G=37.68%
B=58.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal552810.940.3600.68202.8988.3716.86
Hex534515E24044cb5811
Octal56412113644010431313021
Binary101110100101000110111101001000100010011001011101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053451; }

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

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

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

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

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

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

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

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