#053053

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

Shades of Prussian Blue #053053

Tints of Prussian Blue #053053

Color information

#053053 (or 0x053053) is unknown color: approx Prussian Blue. HEX triplet: 05, 30 and 53. RGB value is (5,48,83). Sum of RGB (Red+Green+Blue) = 5+48+83=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 83 (32.81% from 255 or 61.03% from 136); Max value from RGB is 83 - color contains mainly: blue. Hex color #053053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053053 is #FACFAC. Grayscale: #262626. Windows color (decimal): -16437165 or 5451781. OLE color: 5451781.

HSL color Cylindrical-coordinate representation of color #053053: hue angle of 206.92º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053053 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB54883-
CMYK0.940.4200.67
HSL206.92º88.64%17.25%-
HSV(B)206.92º93.98%32.55%-
XYZ2.682.778.58-
YUV39.13152.75103.65-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 48 (19.14% from 255) = 35.29%
BLUE value IS 83 (32.81% from 255) = 61.03%
R=3.68%
G=35.29%
B=61.03%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal548830.940.4200.67206.9288.6417.25
Hex530535E2A043cf5911
Octal56012313652010331713121
Binary101110000101001110111101010100100001111001111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053053; }

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

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

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

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

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

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

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

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