#053654

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

Shades of Prussian Blue #053654

Tints of Prussian Blue #053654

Color information

#053654 (or 0x053654) is unknown color: approx Prussian Blue. HEX triplet: 05, 36 and 54. RGB value is (5,54,84). Sum of RGB (Red+Green+Blue) = 5+54+84=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 54 (21.48% from 255 or 37.76% from 143); Blue value is 84 (33.20% from 255 or 58.74% from 143); Max value from RGB is 84 - color contains mainly: blue. Hex color #053654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053654 is #FAC9AB. Grayscale: #2A2A2A. Windows color (decimal): -16435628 or 5518853. OLE color: 5518853.

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

Color convert

RGB55484-
CMYK0.940.3600.67
HSL202.78º88.76%17.45%-
HSV(B)202.78º94.05%32.94%-
XYZ2.983.318.87-
YUV42.77151.27101.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 54 (21.48% from 255) = 37.76%
BLUE value IS 84 (33.20% from 255) = 58.74%
R=3.50%
G=37.76%
B=58.74%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal554840.940.3600.67202.7888.7617.45
Hex536545E24043cb5911
Octal56612413644010331313121
Binary101110110101010010111101001000100001111001011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053654; }

 p { color: rgb(5,54,84); }

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

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

 a { background-color: rgb(5,54,84); }

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

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

 span { border-color: rgb(5,54,84); }

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