Html Css Color HEX #053671 Prussian Blue

📋 copy color: '#053671'

red 5 ◦ green 54 ◦ blue 113

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

Shades of Prussian Blue #053671

Tints of Prussian Blue #053671

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.4%

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

R = 2.91%
G = 31.4%
B = 65.7%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053671 (or 0x053671) is known color: Prussian Blue. HEX triplet: 05, 36 and 71. RGB value is (5,54,113). Sum of RGB (Red+Green+Blue) = 5+54+113=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 54 (21.48% from 255 or 31.40% from 172); Blue value is 113 (44.53% from 255 or 65.70% from 172); Max value from RGB is 113 - color contains mainly: blue. Hex color #053671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053671 is #FAC98E. Grayscale: #2D2D2D. Windows color (decimal): -16435599 or 7419397. OLE color: 7419397.

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

Color convert

RGB 5 54 113 -
CMYK 0.96 0.52 0 0.56
HSL 212.78º 0.92% 0.23% -
HSV(B) 212.78º 0.96% 0.44% -
XYZ 4.36 3.86 16.14 -
YUV 46.08 165.77 98.7 -
System Red Green Blue C M Y K H S L
Decimal 5 54 113 0.96 0.52 0 0.56 212.78 0.92 0.23
Hex 5 36 71 60 34 0 38 D5 5C 17
Octal 5 66 161 140 64 0 70 325 134 27
Binary 101 110110 1110001 1100000 110100 0 111000 11010101 1011100 10111

Color Harmonies of #053671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053671

Black with #053671

Text Example


Text Example

White with #053671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053671; }

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

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

background-color css

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

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

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

border-color css

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

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

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