Html Css Color HEX #555952 Battleship Grey

📋 copy color: '#555952'

red 85 ◦ green 89 ◦ blue 82

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

Shades of Battleship Grey #555952

Tints of Battleship Grey #555952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 33.2%
G = 34.77%
B = 32.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#555952 (or 0x555952) is known color: Battleship Grey. HEX triplet: 55, 59 and 52. RGB value is (85,89,82). Sum of RGB (Red+Green+Blue) = 85+89+82=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 89 (35.16% from 255 or 34.77% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 89 - color contains mainly: green. Hex color #555952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555952 is #AAA6AD. Grayscale: #575757. Windows color (decimal): -11183790 or 5396821. OLE color: 5396821.

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

Color convert

RGB 85 89 82 -
CMYK 0.04 0 0.08 0.65
HSL 94.29º 0.04% 0.34% -
HSV(B) 94.29º 0.08% 0.35% -
XYZ 8.84 9.69 9.39 -
YUV 87.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 85 89 82 0.04 0 0.08 0.65 94.29 0.04 0.34
Hex 55 59 52 4 0 8 41 5E 4 22
Octal 125 131 122 4 0 10 101 136 4 42
Binary 1010101 1011001 1010010 100 0 1000 1000001 1011110 100 100010

Color Harmonies of #555952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555952

Black with #555952

Text Example


Text Example

White with #555952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555952; }

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

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

background-color css

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

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

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

border-color css

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

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

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