#053478

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

Shades of Prussian Blue #053478

Tints of Prussian Blue #053478

Color information

#053478 (or 0x053478) is unknown color: approx Prussian Blue. HEX triplet: 05, 34 and 78. RGB value is (5,52,120). Sum of RGB (Red+Green+Blue) = 5+52+120=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 120 (47.27% from 255 or 67.80% from 177); Max value from RGB is 120 - color contains mainly: blue. Hex color #053478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053478 is #FACB87. Grayscale: #2D2D2D. Windows color (decimal): -16436104 or 7877637. OLE color: 7877637.

HSL color Cylindrical-coordinate representation of color #053478: hue angle of 215.48º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #053478 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB552120-
CMYK0.960.5700.53
HSL215.48º92%24.51%-
HSV(B)215.48º95.83%47.06%-
XYZ4.683.8418.26-
YUV45.7169.9398.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.82%
GREEN value IS 52 (20.70% from 255) = 29.38%
BLUE value IS 120 (47.27% from 255) = 67.80%
R=2.82%
G=29.38%
B=67.80%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5521200.960.5700.53215.489224.51
Hex534786039035d75c19
Octal5641701407106532713431
Binary10111010011110001100000111001011010111010111101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053478; }

 p { color: rgb(5,52,120); }

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

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

 a { background-color: rgb(5,52,120); }

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

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

 span { border-color: rgb(5,52,120); }

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