Html Css Color HEX #053270 Prussian Blue

📋 copy color: '#053270'

red 5 ◦ green 50 ◦ blue 112

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

Shades of Prussian Blue #053270

Tints of Prussian Blue #053270

RGB

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

 GREEN value IS 50 (19.92% from 255) = 29.94%

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

R = 2.99%
G = 29.94%
B = 67.07%

CMYK

 C value IS 0.96

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#053270 (or 0x053270) is known color: Prussian Blue. HEX triplet: 05, 32 and 70. RGB value is (5,50,112). Sum of RGB (Red+Green+Blue) = 5+50+112=167 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.99% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 112 (44.14% from 255 or 67.07% from 167); Max value from RGB is 112 - color contains mainly: blue. Hex color #053270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053270 is #FACD8F. Grayscale: #2B2B2B. Windows color (decimal): -16436624 or 7352837. OLE color: 7352837.

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

Color convert

RGB 5 50 112 -
CMYK 0.96 0.55 0 0.56
HSL 214.77º 0.91% 0.23% -
HSV(B) 214.77º 0.96% 0.44% -
XYZ 4.13 3.48 15.78 -
YUV 43.61 166.59 100.46 -
System Red Green Blue C M Y K H S L
Decimal 5 50 112 0.96 0.55 0 0.56 214.77 0.91 0.23
Hex 5 32 70 60 37 0 38 D7 5B 17
Octal 5 62 160 140 67 0 70 327 133 27
Binary 101 110010 1110000 1100000 110111 0 111000 11010111 1011011 10111

Color Harmonies of #053270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #053270

Black with #053270

Text Example


Text Example

White with #053270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #053270; }

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

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

background-color css

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

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

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

border-color css

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

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

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