Html Css Color HEX #053376 Prussian Blue

📋 copy color: '#053376'

red 5 ◦ green 51 ◦ blue 118

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

Shades of Prussian Blue #053376

Tints of Prussian Blue #053376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.31%

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

R = 2.87%
G = 29.31%
B = 67.82%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053376 (or 0x053376) is known color: Prussian Blue. HEX triplet: 05, 33 and 76. RGB value is (5,51,118). Sum of RGB (Red+Green+Blue) = 5+51+118=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 51 (20.31% from 255 or 29.31% from 174); Blue value is 118 (46.48% from 255 or 67.82% from 174); Max value from RGB is 118 - color contains mainly: blue. Hex color #053376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053376 is #FACC89. Grayscale: #2C2C2C. Windows color (decimal): -16436362 or 7746309. OLE color: 7746309.

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

Color convert

RGB 5 51 118 -
CMYK 0.96 0.57 0 0.54
HSL 215.58º 0.92% 0.24% -
HSV(B) 215.58º 0.96% 0.46% -
XYZ 4.52 3.71 17.62 -
YUV 44.88 169.26 99.55 -
System Red Green Blue C M Y K H S L
Decimal 5 51 118 0.96 0.57 0 0.54 215.58 0.92 0.24
Hex 5 33 76 60 39 0 36 D8 5C 18
Octal 5 63 166 140 71 0 66 330 134 30
Binary 101 110011 1110110 1100000 111001 0 110110 11011000 1011100 11000

Color Harmonies of #053376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053376

Black with #053376

Text Example


Text Example

White with #053376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053376; }

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

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

background-color css

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

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

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

border-color css

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

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

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