Html Css Color HEX #053773 Prussian Blue

📋 copy color: '#053773'

red 5 ◦ green 55 ◦ blue 115

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

Shades of Prussian Blue #053773

Tints of Prussian Blue #053773

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 2.86%
G = 31.43%
B = 65.71%

CMYK

 C value IS 0.96

 M value IS 0.52

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053773 (or 0x053773) is known color: Prussian Blue. HEX triplet: 05, 37 and 73. RGB value is (5,55,115). Sum of RGB (Red+Green+Blue) = 5+55+115=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 115 (45.31% from 255 or 65.71% from 175); Max value from RGB is 115 - color contains mainly: blue. Hex color #053773 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053773 is #FAC88C. Grayscale: #2E2E2E. Windows color (decimal): -16435341 or 7550725. OLE color: 7550725.

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

Color convert

RGB 5 55 115 -
CMYK 0.96 0.52 0 0.55
HSL 212.73º 0.92% 0.24% -
HSV(B) 212.73º 0.96% 0.45% -
XYZ 4.52 4 16.75 -
YUV 46.89 166.44 98.12 -
System Red Green Blue C M Y K H S L
Decimal 5 55 115 0.96 0.52 0 0.55 212.73 0.92 0.24
Hex 5 37 73 60 34 0 37 D5 5C 18
Octal 5 67 163 140 64 0 67 325 134 30
Binary 101 110111 1110011 1100000 110100 0 110111 11010101 1011100 11000

Color Harmonies of #053773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053773

Black with #053773

Text Example


Text Example

White with #053773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053773; }

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

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

background-color css

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

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

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

border-color css

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

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

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