#053165

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

Shades of Prussian Blue #053165

Tints of Prussian Blue #053165

Color information

#053165 (or 0x053165) is unknown color: approx Prussian Blue. HEX triplet: 05, 31 and 65. RGB value is (5,49,101). Sum of RGB (Red+Green+Blue) = 5+49+101=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 49 (19.53% from 255 or 31.61% from 155); Blue value is 101 (39.84% from 255 or 65.16% from 155); Max value from RGB is 101 - color contains mainly: blue. Hex color #053165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053165 is #FACE9A. Grayscale: #292929. Windows color (decimal): -16436891 or 6631685. OLE color: 6631685.

HSL color Cylindrical-coordinate representation of color #053165: hue angle of 212.5º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #053165 is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB549101-
CMYK0.950.5100.60
HSL212.5º90.57%20.78%-
HSV(B)212.5º95.05%39.61%-
XYZ3.513.1712.74-
YUV41.77161.42101.77-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.23%
GREEN value IS 49 (19.53% from 255) = 31.61%
BLUE value IS 101 (39.84% from 255) = 65.16%
R=3.23%
G=31.61%
B=65.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal5491010.950.5100.60212.590.5720.78
Hex531655F3303Cd45b15
Octal5611451376307432413325
Binary10111000111001011011111110011011110011010100101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053165; }

 p { color: rgb(5,49,101); }

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

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

 a { background-color: rgb(5,49,101); }

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

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

 span { border-color: rgb(5,49,101); }

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