#053851

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

Shades of Prussian Blue #053851

Tints of Prussian Blue #053851

Color information

#053851 (or 0x053851) is unknown color: approx Prussian Blue. HEX triplet: 05, 38 and 51. RGB value is (5,56,81). Sum of RGB (Red+Green+Blue) = 5+56+81=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 56 (22.27% from 255 or 39.44% from 142); Blue value is 81 (32.03% from 255 or 57.04% from 142); Max value from RGB is 81 - color contains mainly: blue. Hex color #053851 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053851 is #FAC7AE. Grayscale: #2B2B2B. Windows color (decimal): -16435119 or 5322757. OLE color: 5322757.

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

Color convert

RGB55681-
CMYK0.940.3100.68
HSL199.74º88.37%16.86%-
HSV(B)199.74º93.83%31.76%-
XYZ2.963.458.3-
YUV43.6149.1100.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 56 (22.27% from 255) = 39.44%
BLUE value IS 81 (32.03% from 255) = 57.04%
R=3.52%
G=39.44%
B=57.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal556810.940.3100.68199.7488.3716.86
Hex538515E1F044c85811
Octal57012113637010431013021
Binary10111100010100011011110111110100010011001000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053851; }

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

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

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

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

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

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

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

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