#053551

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

Shades of Prussian Blue #053551

Tints of Prussian Blue #053551

Color information

#053551 (or 0x053551) is unknown color: approx Prussian Blue. HEX triplet: 05, 35 and 51. RGB value is (5,53,81). Sum of RGB (Red+Green+Blue) = 5+53+81=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 53 (21.09% from 255 or 38.13% from 139); Blue value is 81 (32.03% from 255 or 58.27% from 139); Max value from RGB is 81 - color contains mainly: blue. Hex color #053551 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053551 is #FACAAE. Grayscale: #292929. Windows color (decimal): -16435887 or 5321989. OLE color: 5321989.

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

Color convert

RGB55381-
CMYK0.940.3500.68
HSL202.11º88.37%16.86%-
HSV(B)202.11º93.83%31.76%-
XYZ2.823.178.25-
YUV41.84150.1101.72-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 53 (21.09% from 255) = 38.13%
BLUE value IS 81 (32.03% from 255) = 58.27%
R=3.60%
G=38.13%
B=58.27%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal553810.940.3500.68202.1188.3716.86
Hex535515E23044ca5811
Octal56512113643010431213021
Binary101110101101000110111101000110100010011001010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053551; }

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

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

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

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

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

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

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

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