Html Css Color HEX #053577 Prussian Blue

📋 copy color: '#053577'

red 5 ◦ green 53 ◦ blue 119

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

Shades of Prussian Blue #053577

Tints of Prussian Blue #053577

RGB

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

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

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

R = 2.82%
G = 29.94%
B = 67.23%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#053577 (or 0x053577) is known color: Prussian Blue. HEX triplet: 05, 35 and 77. RGB value is (5,53,119). Sum of RGB (Red+Green+Blue) = 5+53+119=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 53 (21.09% from 255 or 29.94% from 177); Blue value is 119 (46.88% from 255 or 67.23% from 177); Max value from RGB is 119 - color contains mainly: blue. Hex color #053577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053577 is #FACA88. Grayscale: #2D2D2D. Windows color (decimal): -16435849 or 7812357. OLE color: 7812357.

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

Color convert

RGB 5 53 119 -
CMYK 0.96 0.55 0 0.53
HSL 214.74º 0.92% 0.24% -
HSV(B) 214.74º 0.96% 0.47% -
XYZ 4.67 3.91 17.96 -
YUV 46.17 169.1 98.63 -
System Red Green Blue C M Y K H S L
Decimal 5 53 119 0.96 0.55 0 0.53 214.74 0.92 0.24
Hex 5 35 77 60 37 0 35 D7 5C 18
Octal 5 65 167 140 67 0 65 327 134 30
Binary 101 110101 1110111 1100000 110111 0 110101 11010111 1011100 11000

Color Harmonies of #053577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053577

Black with #053577

Text Example


Text Example

White with #053577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053577; }

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

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

background-color css

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

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

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

border-color css

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

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

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