#053061

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

Shades of Prussian Blue #053061

Tints of Prussian Blue #053061

Color information

#053061 (or 0x053061) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 61. RGB value is (5,48,97). Sum of RGB (Red+Green+Blue) = 5+48+97=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 97 (38.28% from 255 or 64.67% from 150); Max value from RGB is 97 - color contains mainly: blue. Hex color #053061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053061 is #FACF9E. Grayscale: #282828. Windows color (decimal): -16437151 or 6369285. OLE color: 6369285.

HSL color Cylindrical-coordinate representation of color #053061: hue angle of 211.96º 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 #053061 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB54897-
CMYK0.950.5100.62
HSL211.96º90.2%20%-
HSV(B)211.96º94.85%38.04%-
XYZ3.283.0111.72-
YUV40.73159.75102.52-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 97 (38.28% from 255) = 64.67%
R=3.33%
G=32%
B=64.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal548970.950.5100.62211.9690.220
Hex530615F3303Ed45a14
Octal5601411376307632413224
Binary10111000011000011011111110011011111011010100101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053061; }

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

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

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

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

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

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

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

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