Html Css Color HEX #053771 Prussian Blue

📋 copy color: '#053771'

red 5 ◦ green 55 ◦ blue 113

#053771
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Prussian Blue #053771

Tints of Prussian Blue #053771

RGB

 RED value IS 5 (2.34% from 255) = 2.89%

 GREEN value IS 55 (21.88% from 255) = 31.79%

 BLUE value IS 113 (44.53% from 255) = 65.32%

R = 2.89%
G = 31.79%
B = 65.32%

CMYK

 C value IS 0.96

 M value IS 0.51

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053771 (or 0x053771) is known color: Prussian Blue. HEX triplet: 05, 37 and 71. RGB value is (5,55,113). Sum of RGB (Red+Green+Blue) = 5+55+113=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 55 (21.88% from 255 or 31.79% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #053771 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053771 is #FAC88E. Grayscale: #2E2E2E. Windows color (decimal): -16435343 or 7419653. OLE color: 7419653.

HSL color Cylindrical-coordinate representation of color #053771: hue angle of 212.22º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053771 is Cyan = 0.96, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 55 113 -
CMYK 0.96 0.51 0 0.56
HSL 212.22º 0.92% 0.23% -
HSV(B) 212.22º 0.96% 0.44% -
XYZ 4.41 3.96 16.15 -
YUV 46.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 5 55 113 0.96 0.51 0 0.56 212.22 0.92 0.23
Hex 5 37 71 60 33 0 38 D4 5C 17
Octal 5 67 161 140 63 0 70 324 134 27
Binary 101 110111 1110001 1100000 110011 0 111000 11010100 1011100 10111

Color Harmonies of #053771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053771

Black with #053771

Text Example


Text Example

White with #053771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053771; }

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

 H1.HeaderClassName
 {
   color: #053771;
 }
 .AnyTagClassName
 {
   color: #053771;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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