Html Css Color HEX #556050 Battleship Grey

📋 copy color: '#556050'

red 85 ◦ green 96 ◦ blue 80

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

Shades of Battleship Grey #556050

Tints of Battleship Grey #556050

RGB

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

 GREEN value IS 96 (37.89% from 255) = 36.78%

 BLUE value IS 80 (31.64% from 255) = 30.65%

R = 32.57%
G = 36.78%
B = 30.65%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.17

 K value IS 0.62

RGB Variations

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

Color information

#556050 (or 0x556050) is known color: Battleship Grey. HEX triplet: 55, 60 and 50. RGB value is (85,96,80). Sum of RGB (Red+Green+Blue) = 85+96+80=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 96 (37.89% from 255 or 36.78% from 261); Blue value is 80 (31.64% from 255 or 30.65% from 261); Max value from RGB is 96 - color contains mainly: green. Hex color #556050 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556050 is #AA9FAF. Grayscale: #5A5A5A. Windows color (decimal): -11182000 or 5267541. OLE color: 5267541.

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

Color convert

RGB 85 96 80 -
CMYK 0.11 0 0.17 0.62
HSL 101.25º 0.09% 0.35% -
HSV(B) 101.25º 0.17% 0.38% -
XYZ 9.38 10.88 9.19 -
YUV 90.89 121.86 123.8 -
System Red Green Blue C M Y K H S L
Decimal 85 96 80 0.11 0 0.17 0.62 101.25 0.09 0.35
Hex 55 60 50 B 0 11 3E 65 9 23
Octal 125 140 120 13 0 21 76 145 11 43
Binary 1010101 1100000 1010000 1011 0 10001 111110 1100101 1001 100011

Color Harmonies of #556050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556050

Black with #556050

Text Example


Text Example

White with #556050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556050; }

 p { color: rgb(85,96,80); }

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

background-color css

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

 a { background-color: rgb(85,96,80); }

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

border-color css

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

 span { border-color: rgb(85,96,80); }

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