Html Css Color HEX #053673 Prussian Blue

📋 copy color: '#053673'

red 5 ◦ green 54 ◦ blue 115

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

Shades of Prussian Blue #053673

Tints of Prussian Blue #053673

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 66.09%

R = 2.87%
G = 31.03%
B = 66.09%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053673 (or 0x053673) is known color: Prussian Blue. HEX triplet: 05, 36 and 73. RGB value is (5,54,115). Sum of RGB (Red+Green+Blue) = 5+54+115=174 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.87% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 115 (45.31% from 255 or 66.09% from 174); Max value from RGB is 115 - color contains mainly: blue. Hex color #053673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053673 is #FAC98C. Grayscale: #2E2E2E. Windows color (decimal): -16435597 or 7550469. OLE color: 7550469.

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

Color convert

RGB 5 54 115 -
CMYK 0.96 0.53 0 0.55
HSL 213.27º 0.92% 0.24% -
HSV(B) 213.27º 0.96% 0.45% -
XYZ 4.48 3.91 16.74 -
YUV 46.3 166.77 98.54 -
System Red Green Blue C M Y K H S L
Decimal 5 54 115 0.96 0.53 0 0.55 213.27 0.92 0.24
Hex 5 36 73 60 35 0 37 D5 5C 18
Octal 5 66 163 140 65 0 67 325 134 30
Binary 101 110110 1110011 1100000 110101 0 110111 11010101 1011100 11000

Color Harmonies of #053673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053673

Black with #053673

Text Example


Text Example

White with #053673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053673; }

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

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

background-color css

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

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

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

border-color css

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

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

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