#053751

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

Shades of Prussian Blue #053751

Tints of Prussian Blue #053751

Color information

#053751 (or 0x053751) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 51. RGB value is (5,55,81). Sum of RGB (Red+Green+Blue) = 5+55+81=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 55 (21.88% from 255 or 39.01% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #053751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053751 is #FAC8AE. Grayscale: #2A2A2A. Windows color (decimal): -16435375 or 5322501. OLE color: 5322501.

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

Color convert

RGB55581-
CMYK0.940.3200.68
HSL200.53º88.37%16.86%-
HSV(B)200.53º93.83%31.76%-
XYZ2.913.368.28-
YUV43.01149.44100.89-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.55%
GREEN value IS 55 (21.88% from 255) = 39.01%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=3.55%
G=39.01%
B=57.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal555810.940.3200.68200.5388.3716.86
Hex537515E20044c95811
Octal56712113640010431113021
Binary101110111101000110111101000000100010011001001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053751; }

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

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

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

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

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

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

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

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