#053057

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

Shades of Prussian Blue #053057

Tints of Prussian Blue #053057

Color information

#053057 (or 0x053057) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 57. RGB value is (5,48,87). Sum of RGB (Red+Green+Blue) = 5+48+87=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 87 (34.38% from 255 or 62.14% from 140); Max value from RGB is 87 - color contains mainly: blue. Hex color #053057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053057 is #FACFA8. Grayscale: #272727. Windows color (decimal): -16437161 or 5713925. OLE color: 5713925.

HSL color Cylindrical-coordinate representation of color #053057: hue angle of 208.54º 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 #053057 is Cyan = 0.94, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB54887-
CMYK0.940.4500.66
HSL208.54º89.13%18.04%-
HSV(B)208.54º94.25%34.12%-
XYZ2.842.839.41-
YUV39.59154.75103.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.57%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 87 (34.38% from 255) = 62.14%
R=3.57%
G=34.29%
B=62.14%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal548870.940.4500.66208.5489.1318.04
Hex530575E2D042d15912
Octal56012713655010232113122
Binary101110000101011110111101011010100001011010001101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053057; }

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

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

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

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

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

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

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

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