Html Css Color HEX #053176 Prussian Blue

📋 copy color: '#053176'

red 5 ◦ green 49 ◦ blue 118

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

Shades of Prussian Blue #053176

Tints of Prussian Blue #053176

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.49%

 BLUE value IS 118 (46.48% from 255) = 68.6%

R = 2.91%
G = 28.49%
B = 68.6%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053176 (or 0x053176) is known color: Prussian Blue. HEX triplet: 05, 31 and 76. RGB value is (5,49,118). Sum of RGB (Red+Green+Blue) = 5+49+118=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 49 (19.53% from 255 or 28.49% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #053176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053176 is #FACE89. Grayscale: #2B2B2B. Windows color (decimal): -16436874 or 7745797. OLE color: 7745797.

HSL color Cylindrical-coordinate representation of color #053176: hue angle of 216.64º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053176 is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 5 49 118 -
CMYK 0.96 0.58 0 0.54
HSL 216.64º 0.92% 0.24% -
HSV(B) 216.64º 0.96% 0.46% -
XYZ 4.43 3.54 17.59 -
YUV 43.71 169.92 100.39 -
System Red Green Blue C M Y K H S L
Decimal 5 49 118 0.96 0.58 0 0.54 216.64 0.92 0.24
Hex 5 31 76 60 3A 0 36 D9 5C 18
Octal 5 61 166 140 72 0 66 331 134 30
Binary 101 110001 1110110 1100000 111010 0 110110 11011001 1011100 11000

Color Harmonies of #053176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053176

Black with #053176

Text Example


Text Example

White with #053176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053176; }

 p { color: rgb(5,49,118); }

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

background-color css

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

 a { background-color: rgb(5,49,118); }

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

border-color css

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

 span { border-color: rgb(5,49,118); }

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