#053A53

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

Shades of Prussian Blue #053A53

Tints of Prussian Blue #053A53

Color information

#053A53 (or 0x053A53) is unknown color: approx Prussian Blue. HEX triplet: 05, 3A and 53. RGB value is (5,58,83). Sum of RGB (Red+Green+Blue) = 5+58+83=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #053A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053A53 is #FAC5AC. Grayscale: #2C2C2C. Windows color (decimal): -16434605 or 5454341. OLE color: 5454341.

HSL color Cylindrical-coordinate representation of color #053A53: hue angle of 199.23º 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 #053A53 is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB55883-
CMYK0.940.3000.67
HSL199.23º88.64%17.25%-
HSV(B)199.23º93.98%32.55%-
XYZ3.143.688.73-
YUV45149.4499.47-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 58 (23.05% from 255) = 39.73%
BLUE value IS 83 (32.81% from 255) = 56.85%
R=3.42%
G=39.73%
B=56.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal558830.940.3000.67199.2388.6417.25
Hex53A535E1E043c75911
Octal57212313636010330713121
Binary10111101010100111011110111100100001111000111101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053A53; }

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

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

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

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

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

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

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

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