Html Css Color HEX #053572 Prussian Blue

📋 copy color: '#053572'

red 5 ◦ green 53 ◦ blue 114

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

Shades of Prussian Blue #053572

Tints of Prussian Blue #053572

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 66.28%

R = 2.91%
G = 30.81%
B = 66.28%

CMYK

 C value IS 0.96

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#053572 (or 0x053572) is known color: Prussian Blue. HEX triplet: 05, 35 and 72. RGB value is (5,53,114). Sum of RGB (Red+Green+Blue) = 5+53+114=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 53 (21.09% from 255 or 30.81% from 172); Blue value is 114 (44.92% from 255 or 66.28% from 172); Max value from RGB is 114 - color contains mainly: blue. Hex color #053572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053572 is #FACA8D. Grayscale: #2D2D2D. Windows color (decimal): -16435854 or 7484677. OLE color: 7484677.

HSL color Cylindrical-coordinate representation of color #053572: hue angle of 213.58º degrees, saturation: 0.92, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053572 is Cyan = 0.96, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 5 53 114 -
CMYK 0.96 0.54 0 0.55
HSL 213.58º 0.92% 0.23% -
HSV(B) 213.58º 0.96% 0.45% -
XYZ 4.37 3.79 16.42 -
YUV 45.6 166.6 99.04 -
System Red Green Blue C M Y K H S L
Decimal 5 53 114 0.96 0.54 0 0.55 213.58 0.92 0.23
Hex 5 35 72 60 36 0 37 D6 5C 17
Octal 5 65 162 140 66 0 67 326 134 27
Binary 101 110101 1110010 1100000 110110 0 110111 11010110 1011100 10111

Color Harmonies of #053572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053572

Black with #053572

Text Example


Text Example

White with #053572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053572; }

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

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

background-color css

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

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

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

border-color css

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

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

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