Html Css Color HEX #053676 Prussian Blue

📋 copy color: '#053676'

red 5 ◦ green 54 ◦ blue 118

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

Shades of Prussian Blue #053676

Tints of Prussian Blue #053676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 66.67%

R = 2.82%
G = 30.51%
B = 66.67%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053676 (or 0x053676) is known color: Prussian Blue. HEX triplet: 05, 36 and 76. RGB value is (5,54,118). Sum of RGB (Red+Green+Blue) = 5+54+118=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 54 (21.48% from 255 or 30.51% from 177); Blue value is 118 (46.48% from 255 or 66.67% from 177); Max value from RGB is 118 - color contains mainly: blue. Hex color #053676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053676 is #FAC989. Grayscale: #2E2E2E. Windows color (decimal): -16435594 or 7747077. OLE color: 7747077.

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

Color convert

RGB 5 54 118 -
CMYK 0.96 0.54 0 0.54
HSL 213.98º 0.92% 0.24% -
HSV(B) 213.98º 0.96% 0.46% -
XYZ 4.65 3.98 17.66 -
YUV 46.65 168.27 98.3 -
System Red Green Blue C M Y K H S L
Decimal 5 54 118 0.96 0.54 0 0.54 213.98 0.92 0.24
Hex 5 36 76 60 36 0 36 D6 5C 18
Octal 5 66 166 140 66 0 66 326 134 30
Binary 101 110110 1110110 1100000 110110 0 110110 11010110 1011100 11000

Color Harmonies of #053676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053676

Black with #053676

Text Example


Text Example

White with #053676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053676; }

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

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

background-color css

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

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

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

border-color css

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

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

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