Html Css Color HEX #053271 Prussian Blue

📋 copy color: '#053271'

red 5 ◦ green 50 ◦ blue 113

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

Shades of Prussian Blue #053271

Tints of Prussian Blue #053271

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.76%

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

R = 2.98%
G = 29.76%
B = 67.26%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053271 (or 0x053271) is known color: Prussian Blue. HEX triplet: 05, 32 and 71. RGB value is (5,50,113). Sum of RGB (Red+Green+Blue) = 5+50+113=168 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.98% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 113 (44.53% from 255 or 67.26% from 168); Max value from RGB is 113 - color contains mainly: blue. Hex color #053271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053271 is #FACD8E. Grayscale: #2B2B2B. Windows color (decimal): -16436623 or 7418373. OLE color: 7418373.

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

Color convert

RGB 5 50 113 -
CMYK 0.96 0.56 0 0.56
HSL 215º 0.92% 0.23% -
HSV(B) 215º 0.96% 0.44% -
XYZ 4.18 3.51 16.08 -
YUV 43.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 5 50 113 0.96 0.56 0 0.56 215 0.92 0.23
Hex 5 32 71 60 38 0 38 D7 5C 17
Octal 5 62 161 140 70 0 70 327 134 27
Binary 101 110010 1110001 1100000 111000 0 111000 11010111 1011100 10111

Color Harmonies of #053271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053271

Black with #053271

Text Example


Text Example

White with #053271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053271; }

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

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

background-color css

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

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

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

border-color css

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

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

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