#053C58

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

Shades of Prussian Blue #053C58

Tints of Prussian Blue #053C58

Color information

#053C58 (or 0x053C58) is unknown color: approx Prussian Blue. HEX triplet: 05, 3C and 58. RGB value is (5,60,88). Sum of RGB (Red+Green+Blue) = 5+60+88=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 60 (23.83% from 255 or 39.22% from 153); Blue value is 88 (34.77% from 255 or 57.52% from 153); Max value from RGB is 88 - color contains mainly: blue. Hex color #053C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053C58 is #FAC3A7. Grayscale: #2E2E2E. Windows color (decimal): -16434088 or 5782533. OLE color: 5782533.

HSL color Cylindrical-coordinate representation of color #053C58: hue angle of 200.24º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053C58 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB56088-
CMYK0.940.3200.65
HSL200.24º89.25%18.24%-
HSV(B)200.24º94.32%34.51%-
XYZ3.443.979.82-
YUV46.75151.2898.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 60 (23.83% from 255) = 39.22%
BLUE value IS 88 (34.77% from 255) = 57.52%
R=3.27%
G=39.22%
B=57.52%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal560880.940.3200.65200.2489.2518.24
Hex53C585E20041c85912
Octal57413013640010131013122
Binary101111100101100010111101000000100000111001000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,88); }

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

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

 a { background-color: rgb(5,60,88); }

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

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

 span { border-color: rgb(5,60,88); }

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