Html Css Color HEX #053157 Prussian Blue

📋 copy color: '#053157'

red 5 ◦ green 49 ◦ blue 87

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

Shades of Prussian Blue #053157

Tints of Prussian Blue #053157

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 61.7%

R = 3.55%
G = 34.75%
B = 61.7%

CMYK

 C value IS 0.94

 M value IS 0.44

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#053157 (or 0x053157) is known color: Prussian Blue. HEX triplet: 05, 31 and 57. RGB value is (5,49,87). Sum of RGB (Red+Green+Blue) = 5+49+87=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 49 (19.53% from 255 or 34.75% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #053157 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053157 is #FACEA8. Grayscale: #272727. Windows color (decimal): -16436905 or 5714181. OLE color: 5714181.

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

Color convert

RGB 5 49 87 -
CMYK 0.94 0.44 0 0.66
HSL 207.8º 0.89% 0.18% -
HSV(B) 207.8º 0.94% 0.34% -
XYZ 2.88 2.92 9.43 -
YUV 40.18 154.42 102.91 -
System Red Green Blue C M Y K H S L
Decimal 5 49 87 0.94 0.44 0 0.66 207.8 0.89 0.18
Hex 5 31 57 5E 2C 0 42 D0 59 12
Octal 5 61 127 136 54 0 102 320 131 22
Binary 101 110001 1010111 1011110 101100 0 1000010 11010000 1011001 10010

Color Harmonies of #053157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053157

Black with #053157

Text Example


Text Example

White with #053157

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053157; }

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

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

background-color css

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

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

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

border-color css

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

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

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