Html Css Color HEX #053471 Prussian Blue

📋 copy color: '#053471'

red 5 ◦ green 52 ◦ blue 113

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

Shades of Prussian Blue #053471

Tints of Prussian Blue #053471

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.59%

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

R = 2.94%
G = 30.59%
B = 66.47%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053471 (or 0x053471) is known color: Prussian Blue. HEX triplet: 05, 34 and 71. RGB value is (5,52,113). Sum of RGB (Red+Green+Blue) = 5+52+113=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 52 (20.70% from 255 or 30.59% from 170); Blue value is 113 (44.53% from 255 or 66.47% from 170); Max value from RGB is 113 - color contains mainly: blue. Hex color #053471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053471 is #FACB8E. Grayscale: #2C2C2C. Windows color (decimal): -16436111 or 7418885. OLE color: 7418885.

HSL color Cylindrical-coordinate representation of color #053471: hue angle of 213.89º 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 #053471 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 52 113 -
CMYK 0.96 0.54 0 0.56
HSL 213.89º 0.92% 0.23% -
HSV(B) 213.89º 0.96% 0.44% -
XYZ 4.27 3.68 16.11 -
YUV 44.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 5 52 113 0.96 0.54 0 0.56 213.89 0.92 0.23
Hex 5 34 71 60 36 0 38 D6 5C 17
Octal 5 64 161 140 66 0 70 326 134 27
Binary 101 110100 1110001 1100000 110110 0 111000 11010110 1011100 10111

Color Harmonies of #053471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053471

Black with #053471

Text Example


Text Example

White with #053471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053471; }

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

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

background-color css

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

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

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

border-color css

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

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

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