Html Css Color HEX #555A54 Battleship Grey

📋 copy color: '#555A54'

red 85 ◦ green 90 ◦ blue 84

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

Shades of Battleship Grey #555A54

Tints of Battleship Grey #555A54

RGB

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

 GREEN value IS 90 (35.55% from 255) = 34.75%

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

R = 32.82%
G = 34.75%
B = 32.43%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#555A54 (or 0x555A54) is known color: Battleship Grey. HEX triplet: 55, 5A and 54. RGB value is (85,90,84). Sum of RGB (Red+Green+Blue) = 85+90+84=259 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.82% from 259); Green value is 90 (35.55% from 255 or 34.75% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 90 - color contains mainly: green. Hex color #555A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555A54 is #AAA5AB. Grayscale: #575757. Windows color (decimal): -11183532 or 5528149. OLE color: 5528149.

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

Color convert

RGB 85 90 84 -
CMYK 0.06 0 0.07 0.65
HSL 110º 0.03% 0.34% -
HSV(B) 110º 0.07% 0.35% -
XYZ 9 9.88 9.82 -
YUV 87.82 125.84 125.99 -
System Red Green Blue C M Y K H S L
Decimal 85 90 84 0.06 0 0.07 0.65 110 0.03 0.34
Hex 55 5A 54 6 0 7 41 6E 3 22
Octal 125 132 124 6 0 7 101 156 3 42
Binary 1010101 1011010 1010100 110 0 111 1000001 1101110 11 100010

Color Harmonies of #555A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555A54

Black with #555A54

Text Example


Text Example

White with #555A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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