Html Css Color HEX #555854 Battleship Grey

📋 copy color: '#555854'

red 85 ◦ green 88 ◦ blue 84

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

Shades of Battleship Grey #555854

Tints of Battleship Grey #555854

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.24%

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

R = 33.07%
G = 34.24%
B = 32.68%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#555854 (or 0x555854) is known color: Battleship Grey. HEX triplet: 55, 58 and 54. RGB value is (85,88,84). Sum of RGB (Red+Green+Blue) = 85+88+84=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 88 - color contains mainly: green. Hex color #555854 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555854 is #AAA7AB. Grayscale: #565656. Windows color (decimal): -11184044 or 5527637. OLE color: 5527637.

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

Color convert

RGB 85 88 84 -
CMYK 0.03 0 0.05 0.65
HSL 105º 0.02% 0.34% -
HSV(B) 105º 0.05% 0.35% -
XYZ 8.84 9.55 9.77 -
YUV 86.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 85 88 84 0.03 0 0.05 0.65 105 0.02 0.34
Hex 55 58 54 3 0 5 41 69 2 22
Octal 125 130 124 3 0 5 101 151 2 42
Binary 1010101 1011000 1010100 11 0 101 1000001 1101001 10 100010

Color Harmonies of #555854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555854

Black with #555854

Text Example


Text Example

White with #555854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555854; }

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

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

background-color css

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

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

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

border-color css

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

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

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