Html Css Color HEX #053175 Prussian Blue

📋 copy color: '#053175'

red 5 ◦ green 49 ◦ blue 117

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

Shades of Prussian Blue #053175

Tints of Prussian Blue #053175

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28.65%

 BLUE value IS 117 (46.09% from 255) = 68.42%

R = 2.92%
G = 28.65%
B = 68.42%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#053175 (or 0x053175) is known color: Prussian Blue. HEX triplet: 05, 31 and 75. RGB value is (5,49,117). Sum of RGB (Red+Green+Blue) = 5+49+117=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 49 (19.53% from 255 or 28.65% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #053175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053175 is #FACE8A. Grayscale: #2B2B2B. Windows color (decimal): -16436875 or 7680261. OLE color: 7680261.

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

Color convert

RGB 5 49 117 -
CMYK 0.96 0.58 0 0.54
HSL 216.43º 0.92% 0.24% -
HSV(B) 216.43º 0.96% 0.46% -
XYZ 4.37 3.51 17.28 -
YUV 43.6 169.42 100.47 -
System Red Green Blue C M Y K H S L
Decimal 5 49 117 0.96 0.58 0 0.54 216.43 0.92 0.24
Hex 5 31 75 60 3A 0 36 D8 5C 18
Octal 5 61 165 140 72 0 66 330 134 30
Binary 101 110001 1110101 1100000 111010 0 110110 11011000 1011100 11000

Color Harmonies of #053175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053175

Black with #053175

Text Example


Text Example

White with #053175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053175; }

 p { color: rgb(5,49,117); }

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

background-color css

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

 a { background-color: rgb(5,49,117); }

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

border-color css

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

 span { border-color: rgb(5,49,117); }

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