#053752

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

Shades of Prussian Blue #053752

Tints of Prussian Blue #053752

Color information

#053752 (or 0x053752) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 52. RGB value is (5,55,82). Sum of RGB (Red+Green+Blue) = 5+55+82=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 55 (21.88% from 255 or 38.73% from 142); Blue value is 82 (32.42% from 255 or 57.75% from 142); Max value from RGB is 82 - color contains mainly: blue. Hex color #053752 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053752 is #FAC8AD. Grayscale: #2A2A2A. Windows color (decimal): -16435374 or 5388037. OLE color: 5388037.

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

Color convert

RGB55582-
CMYK0.940.3300.68
HSL201.04º88.51%17.06%-
HSV(B)201.04º93.9%32.16%-
XYZ2.953.378.48-
YUV43.13149.94100.8-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 55 (21.88% from 255) = 38.73%
BLUE value IS 82 (32.42% from 255) = 57.75%
R=3.52%
G=38.73%
B=57.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal555820.940.3300.68201.0488.5117.06
Hex537525E21044c95911
Octal56712213641010431113121
Binary101110111101001010111101000010100010011001001101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053752; }

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

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

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

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

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

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

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

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