Html Css Color HEX #053276 Prussian Blue

📋 copy color: '#053276'

red 5 ◦ green 50 ◦ blue 118

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

Shades of Prussian Blue #053276

Tints of Prussian Blue #053276

RGB

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

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

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

R = 2.89%
G = 28.9%
B = 68.21%

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

#053276 (or 0x053276) is known color: Prussian Blue. HEX triplet: 05, 32 and 76. RGB value is (5,50,118). Sum of RGB (Red+Green+Blue) = 5+50+118=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 50 (19.92% from 255 or 28.90% from 173); Blue value is 118 (46.48% from 255 or 68.21% from 173); Max value from RGB is 118 - color contains mainly: blue. Hex color #053276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053276 is #FACD89. Grayscale: #2B2B2B. Windows color (decimal): -16436618 or 7746053. OLE color: 7746053.

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

Color convert

RGB 5 50 118 -
CMYK 0.96 0.58 0 0.54
HSL 216.11º 0.92% 0.24% -
HSV(B) 216.11º 0.96% 0.46% -
XYZ 4.47 3.62 17.6 -
YUV 44.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 5 50 118 0.96 0.58 0 0.54 216.11 0.92 0.24
Hex 5 32 76 60 3A 0 36 D8 5C 18
Octal 5 62 166 140 72 0 66 330 134 30
Binary 101 110010 1110110 1100000 111010 0 110110 11011000 1011100 11000

Color Harmonies of #053276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053276

Black with #053276

Text Example


Text Example

White with #053276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053276; }

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

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

background-color css

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

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

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

border-color css

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

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

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