#053056

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

Shades of Prussian Blue #053056

Tints of Prussian Blue #053056

Color information

#053056 (or 0x053056) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 56. RGB value is (5,48,86). Sum of RGB (Red+Green+Blue) = 5+48+86=139 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.60% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 86 (33.98% from 255 or 61.87% from 139); Max value from RGB is 86 - color contains mainly: blue. Hex color #053056 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053056 is #FACFA9. Grayscale: #272727. Windows color (decimal): -16437162 or 5648389. OLE color: 5648389.

HSL color Cylindrical-coordinate representation of color #053056: hue angle of 208.15º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053056 is Cyan = 0.94, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54886-
CMYK0.940.4400.66
HSL208.15º89.01%17.84%-
HSV(B)208.15º94.19%33.73%-
XYZ2.82.829.2-
YUV39.48154.25103.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.60%
GREEN value IS 48 (19.14% from 255) = 34.53%
BLUE value IS 86 (33.98% from 255) = 61.87%
R=3.60%
G=34.53%
B=61.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548860.940.4400.66208.1589.0117.84
Hex530565E2C042d05912
Octal56012613654010232013122
Binary101110000101011010111101011000100001011010000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053056; }

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

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

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

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

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

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

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

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