#555C51

Color #555C51 Battleship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Battleship Grey #555C51

Tints of Battleship Grey #555C51

Color information

#555C51 (or 0x555C51) is unknown color: approx Battleship Grey. HEX triplet: 55, 5C and 51. RGB value is (85,92,81). Sum of RGB (Red+Green+Blue) = 85+92+81=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 92 (36.33% from 255 or 35.66% from 258); Blue value is 81 (32.03% from 255 or 31.40% from 258); Max value from RGB is 92 - color contains mainly: green. Hex color #555C51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555C51 is #AAA3AE. Grayscale: #585858. Windows color (decimal): -11183023 or 5332053. OLE color: 5332053.

HSL color Cylindrical-coordinate representation of color #555C51: hue angle of 98.18º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #555C51 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.64.

Color convert

RGB859281-
CMYK0.0800.120.64
HSL98.18º6.36%33.92%-
HSV(B)98.18º11.96%36.08%-
XYZ9.0610.189.27-
YUV88.65123.68125.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.95%
GREEN value IS 92 (36.33% from 255) = 35.66%
BLUE value IS 81 (32.03% from 255) = 31.40%
R=32.95%
G=35.66%
B=31.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal8592810.0800.120.6498.186.3633.92
Hex555C5180C4062622
Octal12513412110014100142642
Binary10101011011100101000110000110010000001100010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555C51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555C51; }

 p { color: rgb(85,92,81); }

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

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

 a { background-color: rgb(85,92,81); }

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

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

 span { border-color: rgb(85,92,81); }

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