Html Css Color HEX #053476 Prussian Blue

📋 copy color: '#053476'

red 5 ◦ green 52 ◦ blue 118

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

Shades of Prussian Blue #053476

Tints of Prussian Blue #053476

RGB

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

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

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

R = 2.86%
G = 29.71%
B = 67.43%

CMYK

 C value IS 0.96

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053476 (or 0x053476) is known color: Prussian Blue. HEX triplet: 05, 34 and 76. RGB value is (5,52,118). Sum of RGB (Red+Green+Blue) = 5+52+118=175 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.86% from 175); Green value is 52 (20.70% from 255 or 29.71% from 175); Blue value is 118 (46.48% from 255 or 67.43% from 175); Max value from RGB is 118 - color contains mainly: blue. Hex color #053476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053476 is #FACB89. Grayscale: #2D2D2D. Windows color (decimal): -16436106 or 7746565. OLE color: 7746565.

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

Color convert

RGB 5 52 118 -
CMYK 0.96 0.56 0 0.54
HSL 215.04º 0.92% 0.24% -
HSV(B) 215.04º 0.96% 0.46% -
XYZ 4.56 3.8 17.63 -
YUV 45.47 168.93 99.13 -
System Red Green Blue C M Y K H S L
Decimal 5 52 118 0.96 0.56 0 0.54 215.04 0.92 0.24
Hex 5 34 76 60 38 0 36 D7 5C 18
Octal 5 64 166 140 70 0 66 327 134 30
Binary 101 110100 1110110 1100000 111000 0 110110 11010111 1011100 11000

Color Harmonies of #053476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053476

Black with #053476

Text Example


Text Example

White with #053476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053476; }

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

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

background-color css

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

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

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

border-color css

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

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

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