Html Css Color HEX #053159 Prussian Blue

📋 copy color: '#053159'

red 5 ◦ green 49 ◦ blue 89

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

Shades of Prussian Blue #053159

Tints of Prussian Blue #053159

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 62.24%

R = 3.5%
G = 34.27%
B = 62.24%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#053159 (or 0x053159) is known color: Prussian Blue. HEX triplet: 05, 31 and 59. RGB value is (5,49,89). Sum of RGB (Red+Green+Blue) = 5+49+89=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 89 (35.16% from 255 or 62.24% from 143); Max value from RGB is 89 - color contains mainly: blue. Hex color #053159 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053159 is #FACEA6. Grayscale: #282828. Windows color (decimal): -16436903 or 5845253. OLE color: 5845253.

HSL color Cylindrical-coordinate representation of color #053159: hue angle of 208.57º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053159 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 49 89 -
CMYK 0.94 0.45 0 0.65
HSL 208.57º 0.89% 0.18% -
HSV(B) 208.57º 0.94% 0.35% -
XYZ 2.96 2.95 9.86 -
YUV 40.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 5 49 89 0.94 0.45 0 0.65 208.57 0.89 0.18
Hex 5 31 59 5E 2D 0 41 D1 59 12
Octal 5 61 131 136 55 0 101 321 131 22
Binary 101 110001 1011001 1011110 101101 0 1000001 11010001 1011001 10010

Color Harmonies of #053159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053159

Black with #053159

Text Example


Text Example

White with #053159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053159; }

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

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

background-color css

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

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

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

border-color css

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

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

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