Html Css Color HEX #053570 Prussian Blue

📋 copy color: '#053570'

red 5 ◦ green 53 ◦ blue 112

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

Shades of Prussian Blue #053570

Tints of Prussian Blue #053570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 31.18%

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

R = 2.94%
G = 31.18%
B = 65.88%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053570 (or 0x053570) is known color: Prussian Blue. HEX triplet: 05, 35 and 70. RGB value is (5,53,112). Sum of RGB (Red+Green+Blue) = 5+53+112=170 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.94% from 170); Green value is 53 (21.09% from 255 or 31.18% from 170); Blue value is 112 (44.14% from 255 or 65.88% from 170); Max value from RGB is 112 - color contains mainly: blue. Hex color #053570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053570 is #FACA8F. Grayscale: #2D2D2D. Windows color (decimal): -16435856 or 7353605. OLE color: 7353605.

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

Color convert

RGB 5 53 112 -
CMYK 0.96 0.53 0 0.56
HSL 213.08º 0.91% 0.23% -
HSV(B) 213.08º 0.96% 0.44% -
XYZ 4.26 3.75 15.83 -
YUV 45.37 165.6 99.2 -
System Red Green Blue C M Y K H S L
Decimal 5 53 112 0.96 0.53 0 0.56 213.08 0.91 0.23
Hex 5 35 70 60 35 0 38 D5 5B 17
Octal 5 65 160 140 65 0 70 325 133 27
Binary 101 110101 1110000 1100000 110101 0 111000 11010101 1011011 10111

Color Harmonies of #053570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053570

Black with #053570

Text Example


Text Example

White with #053570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053570; }

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

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

background-color css

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

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

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

border-color css

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

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

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