Html Css Color HEX #053870 Prussian Blue

📋 copy color: '#053870'

red 5 ◦ green 56 ◦ blue 112

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

Shades of Prussian Blue #053870

Tints of Prussian Blue #053870

RGB

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

 GREEN value IS 56 (22.27% from 255) = 32.37%

 BLUE value IS 112 (44.14% from 255) = 64.74%

R = 2.89%
G = 32.37%
B = 64.74%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053870 (or 0x053870) is known color: Prussian Blue. HEX triplet: 05, 38 and 70. RGB value is (5,56,112). Sum of RGB (Red+Green+Blue) = 5+56+112=173 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.89% from 173); Green value is 56 (22.27% from 255 or 32.37% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #053870 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053870 is #FAC78F. Grayscale: #2E2E2E. Windows color (decimal): -16435088 or 7354373. OLE color: 7354373.

HSL color Cylindrical-coordinate representation of color #053870: hue angle of 211.4º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053870 is Cyan = 0.96, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 5 56 112 -
CMYK 0.96 0.50 0 0.56
HSL 211.4º 0.91% 0.23% -
HSV(B) 211.4º 0.96% 0.44% -
XYZ 4.4 4.03 15.88 -
YUV 47.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 5 56 112 0.96 0.50 0 0.56 211.4 0.91 0.23
Hex 5 38 70 60 32 0 38 D3 5B 17
Octal 5 70 160 140 62 0 70 323 133 27
Binary 101 111000 1110000 1100000 110010 0 111000 11010011 1011011 10111

Color Harmonies of #053870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053870

Black with #053870

Text Example


Text Example

White with #053870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053870; }

 p { color: rgb(5,56,112); }

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

background-color css

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

 a { background-color: rgb(5,56,112); }

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

border-color css

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

 span { border-color: rgb(5,56,112); }

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