#053668

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

Shades of Prussian Blue #053668

Tints of Prussian Blue #053668

Color information

#053668 (or 0x053668) is unknown color: approx Prussian Blue. HEX triplet: 05, 36 and 68. RGB value is (5,54,104). Sum of RGB (Red+Green+Blue) = 5+54+104=163 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.07% from 163); Green value is 54 (21.48% from 255 or 33.13% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #053668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053668 is #FAC997. Grayscale: #2C2C2C. Windows color (decimal): -16435608 or 6829573. OLE color: 6829573.

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

Color convert

RGB554104-
CMYK0.950.4800.59
HSL210.3º90.83%21.37%-
HSV(B)210.3º95.19%40.78%-
XYZ3.883.6713.6-
YUV45.05161.2799.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.07%
GREEN value IS 54 (21.48% from 255) = 33.13%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=3.07%
G=33.13%
B=63.80%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5541040.950.4800.59210.390.8321.37
Hex536685F3003Bd25b15
Octal5661501376007332213325
Binary10111011011010001011111110000011101111010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053668; }

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

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

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

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

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

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

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

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