Html Css Color HEX #053573 Prussian Blue

📋 copy color: '#053573'

red 5 ◦ green 53 ◦ blue 115

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

Shades of Prussian Blue #053573

Tints of Prussian Blue #053573

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.64%

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

R = 2.89%
G = 30.64%
B = 66.47%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053573 (or 0x053573) is known color: Prussian Blue. HEX triplet: 05, 35 and 73. RGB value is (5,53,115). Sum of RGB (Red+Green+Blue) = 5+53+115=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 53 (21.09% from 255 or 30.64% from 173); Blue value is 115 (45.31% from 255 or 66.47% from 173); Max value from RGB is 115 - color contains mainly: blue. Hex color #053573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053573 is #FACA8C. Grayscale: #2D2D2D. Windows color (decimal): -16435853 or 7550213. OLE color: 7550213.

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

Color convert

RGB 5 53 115 -
CMYK 0.96 0.54 0 0.55
HSL 213.82º 0.92% 0.24% -
HSV(B) 213.82º 0.96% 0.45% -
XYZ 4.43 3.82 16.72 -
YUV 45.72 167.1 98.96 -
System Red Green Blue C M Y K H S L
Decimal 5 53 115 0.96 0.54 0 0.55 213.82 0.92 0.24
Hex 5 35 73 60 36 0 37 D6 5C 18
Octal 5 65 163 140 66 0 67 326 134 30
Binary 101 110101 1110011 1100000 110110 0 110111 11010110 1011100 11000

Color Harmonies of #053573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053573

Black with #053573

Text Example


Text Example

White with #053573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053573; }

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

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

background-color css

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

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

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

border-color css

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

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

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