Html Css Color HEX #053477 Prussian Blue

📋 copy color: '#053477'

red 5 ◦ green 52 ◦ blue 119

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

Shades of Prussian Blue #053477

Tints of Prussian Blue #053477

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.55%

 BLUE value IS 119 (46.88% from 255) = 67.61%

R = 2.84%
G = 29.55%
B = 67.61%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053477 (or 0x053477) is known color: Prussian Blue. HEX triplet: 05, 34 and 77. RGB value is (5,52,119). Sum of RGB (Red+Green+Blue) = 5+52+119=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 119 (46.88% from 255 or 67.61% from 176); Max value from RGB is 119 - color contains mainly: blue. Hex color #053477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053477 is #FACB88. Grayscale: #2D2D2D. Windows color (decimal): -16436105 or 7812101. OLE color: 7812101.

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

Color convert

RGB 5 52 119 -
CMYK 0.96 0.56 0 0.53
HSL 215.26º 0.92% 0.24% -
HSV(B) 215.26º 0.96% 0.47% -
XYZ 4.62 3.82 17.95 -
YUV 45.59 169.43 99.05 -
System Red Green Blue C M Y K H S L
Decimal 5 52 119 0.96 0.56 0 0.53 215.26 0.92 0.24
Hex 5 34 77 60 38 0 35 D7 5C 18
Octal 5 64 167 140 70 0 65 327 134 30
Binary 101 110100 1110111 1100000 111000 0 110101 11010111 1011100 11000

Color Harmonies of #053477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053477

Black with #053477

Text Example


Text Example

White with #053477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053477; }

 p { color: rgb(5,52,119); }

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

background-color css

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

 a { background-color: rgb(5,52,119); }

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

border-color css

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

 span { border-color: rgb(5,52,119); }

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