#053868

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

Shades of Prussian Blue #053868

Tints of Prussian Blue #053868

Color information

#053868 (or 0x053868) is unknown color: approx Prussian Blue. HEX triplet: 05, 38 and 68. RGB value is (5,56,104). Sum of RGB (Red+Green+Blue) = 5+56+104=165 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.03% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 104 (41.02% from 255 or 63.03% from 165); Max value from RGB is 104 - color contains mainly: blue. Hex color #053868 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053868 is #FAC797. Grayscale: #2D2D2D. Windows color (decimal): -16435096 or 6830085. OLE color: 6830085.

HSL color Cylindrical-coordinate representation of color #053868: hue angle of 209.09º 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 #053868 is Cyan = 0.95, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB556104-
CMYK0.950.4600.59
HSL209.09º90.83%21.37%-
HSV(B)209.09º95.19%40.78%-
XYZ3.983.8613.63-
YUV46.22160.698.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.03%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 104 (41.02% from 255) = 63.03%
R=3.03%
G=33.94%
B=63.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5561040.950.4600.59209.0990.8321.37
Hex538685F2E03Bd15b15
Octal5701501375607332113325
Binary10111100011010001011111101110011101111010001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053868; }

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

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

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

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

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

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

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

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