#053855

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

Shades of Prussian Blue #053855

Tints of Prussian Blue #053855

Color information

#053855 (or 0x053855) is unknown color: approx Prussian Blue. HEX triplet: 05, 38 and 55. RGB value is (5,56,85). Sum of RGB (Red+Green+Blue) = 5+56+85=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 56 (22.27% from 255 or 38.36% from 146); Blue value is 85 (33.59% from 255 or 58.22% from 146); Max value from RGB is 85 - color contains mainly: blue. Hex color #053855 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #053855 is #FAC7AA. Grayscale: #2B2B2B. Windows color (decimal): -16435115 or 5584901. OLE color: 5584901.

HSL color Cylindrical-coordinate representation of color #053855: hue angle of 201.75º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #053855 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB55685-
CMYK0.940.3400.67
HSL201.75º88.89%17.65%-
HSV(B)201.75º94.12%33.33%-
XYZ3.123.529.11-
YUV44.06151.1100.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 56 (22.27% from 255) = 38.36%
BLUE value IS 85 (33.59% from 255) = 58.22%
R=3.42%
G=38.36%
B=58.22%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal556850.940.3400.67201.7588.8917.65
Hex538555E22043ca5912
Octal57012513642010331213122
Binary101111000101010110111101000100100001111001010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053855; }

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

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

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

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

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

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

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

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