Html Css Color HEX #556151 Battleship Grey

📋 copy color: '#556151'

red 85 ◦ green 97 ◦ blue 81

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

Shades of Battleship Grey #556151

Tints of Battleship Grey #556151

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 81 (32.03% from 255) = 30.8%

R = 32.32%
G = 36.88%
B = 30.8%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#556151 (or 0x556151) is known color: Battleship Grey. HEX triplet: 55, 61 and 51. RGB value is (85,97,81). Sum of RGB (Red+Green+Blue) = 85+97+81=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 81 (32.03% from 255 or 30.80% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #556151 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556151 is #AA9EAE. Grayscale: #5B5B5B. Windows color (decimal): -11181743 or 5333333. OLE color: 5333333.

HSL color Cylindrical-coordinate representation of color #556151: hue angle of 105º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #556151 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 97 81 -
CMYK 0.12 0 0.16 0.62
HSL 105º 0.09% 0.35% -
HSV(B) 105º 0.16% 0.38% -
XYZ 9.51 11.07 9.42 -
YUV 91.59 122.02 123.3 -
System Red Green Blue C M Y K H S L
Decimal 85 97 81 0.12 0 0.16 0.62 105 0.09 0.35
Hex 55 61 51 C 0 10 3E 69 9 23
Octal 125 141 121 14 0 20 76 151 11 43
Binary 1010101 1100001 1010001 1100 0 10000 111110 1101001 1001 100011

Color Harmonies of #556151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556151

Black with #556151

Text Example


Text Example

White with #556151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556151; }

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

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

background-color css

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

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

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

border-color css

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

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

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