#053768

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

Shades of Prussian Blue #053768

Tints of Prussian Blue #053768

Color information

#053768 (or 0x053768) is unknown color: approx Prussian Blue. HEX triplet: 05, 37 and 68. RGB value is (5,55,104). Sum of RGB (Red+Green+Blue) = 5+55+104=164 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.05% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 104 (41.02% from 255 or 63.41% from 164); Max value from RGB is 104 - color contains mainly: blue. Hex color #053768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053768 is #FAC897. Grayscale: #2D2D2D. Windows color (decimal): -16435352 or 6829829. OLE color: 6829829.

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

Color convert

RGB555104-
CMYK0.950.4700.59
HSL209.7º90.83%21.37%-
HSV(B)209.7º95.19%40.78%-
XYZ3.933.7613.62-
YUV45.64160.9499.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.05%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 104 (41.02% from 255) = 63.41%
R=3.05%
G=33.54%
B=63.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5551040.950.4700.59209.790.8321.37
Hex537685F2F03Bd25b15
Octal5671501375707332213325
Binary10111011111010001011111101111011101111010010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053768; }

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

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

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

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

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

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

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

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