#053060

Color #053060 Prussian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Prussian Blue #053060

Tints of Prussian Blue #053060

Color information

#053060 (or 0x053060) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 60. RGB value is (5,48,96). Sum of RGB (Red+Green+Blue) = 5+48+96=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 96 (37.89% from 255 or 64.43% from 149); Max value from RGB is 96 - color contains mainly: blue. Hex color #053060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053060 is #FACF9F. Grayscale: #282828. Windows color (decimal): -16437152 or 6303749. OLE color: 6303749.

HSL color Cylindrical-coordinate representation of color #053060: hue angle of 211.65º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053060 is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54896-
CMYK0.950.5000.62
HSL211.65º90.1%19.8%-
HSV(B)211.65º94.79%37.65%-
XYZ3.232.9911.47-
YUV40.62159.25102.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 96 (37.89% from 255) = 64.43%
R=3.36%
G=32.21%
B=64.43%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal548960.950.5000.62211.6590.119.8
Hex530605F3203Ed45a14
Octal5601401376207632413224
Binary10111000011000001011111110010011111011010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053060; }

 p { color: rgb(5,48,96); }

 H1.HeaderClassName
 {
   color: #053060;
 }
 .AnyTagClassName
 {
   color: #053060;
 }
</style>
background-color css

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

 a { background-color: rgb(5,48,96); }

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

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

 span { border-color: rgb(5,48,96); }

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