Html Css Color HEX #555954 Battleship Grey

📋 copy color: '#555954'

red 85 ◦ green 89 ◦ blue 84

#555954
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Battleship Grey #555954

Tints of Battleship Grey #555954

RGB

 RED value IS 85 (33.59% from 255) = 32.95%

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 84 (33.2% from 255) = 32.56%

R = 32.95%
G = 34.5%
B = 32.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#555954 (or 0x555954) is known color: Battleship Grey. HEX triplet: 55, 59 and 54. RGB value is (85,89,84). Sum of RGB (Red+Green+Blue) = 85+89+84=258 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.95% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 89 - color contains mainly: green. Hex color #555954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555954 is #AAA6AB. Grayscale: #575757. Windows color (decimal): -11183788 or 5527893. OLE color: 5527893.

HSL color Cylindrical-coordinate representation of color #555954: hue angle of 108º degrees, saturation: 0.03, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #555954 is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 85 89 84 -
CMYK 0.04 0 0.06 0.65
HSL 108º 0.03% 0.34% -
HSV(B) 108º 0.06% 0.35% -
XYZ 8.92 9.72 9.79 -
YUV 87.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 85 89 84 0.04 0 0.06 0.65 108 0.03 0.34
Hex 55 59 54 4 0 6 41 6C 3 22
Octal 125 131 124 4 0 6 101 154 3 42
Binary 1010101 1011001 1010100 100 0 110 1000001 1101100 11 100010

Color Harmonies of #555954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555954

Black with #555954

Text Example


Text Example

White with #555954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555954; }

 p { color: rgb(85,89,84); }

 H1.HeaderClassName
 {
   color: #555954;
 }
 .AnyTagClassName
 {
   color: #555954;
 }
</style>

background-color css

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

 a { background-color: rgb(85,89,84); }

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

border-color css

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

 span { border-color: rgb(85,89,84); }

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