Html Css Color HEX #556053 Battleship Grey

📋 copy color: '#556053'

red 85 ◦ green 96 ◦ blue 83

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

Shades of Battleship Grey #556053

Tints of Battleship Grey #556053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.44%

R = 32.2%
G = 36.36%
B = 31.44%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.62

RGB Variations

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

Color information

#556053 (or 0x556053) is known color: Battleship Grey. HEX triplet: 55, 60 and 53. RGB value is (85,96,83). Sum of RGB (Red+Green+Blue) = 85+96+83=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #556053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #556053 is #AA9FAC. Grayscale: #5B5B5B. Windows color (decimal): -11181997 or 5464149. OLE color: 5464149.

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

Color convert

RGB 85 96 83 -
CMYK 0.11 0 0.14 0.62
HSL 110.77º 0.07% 0.35% -
HSV(B) 110.77º 0.14% 0.38% -
XYZ 9.49 10.92 9.79 -
YUV 91.23 123.36 123.56 -
System Red Green Blue C M Y K H S L
Decimal 85 96 83 0.11 0 0.14 0.62 110.77 0.07 0.35
Hex 55 60 53 B 0 E 3E 6F 7 23
Octal 125 140 123 13 0 16 76 157 7 43
Binary 1010101 1100000 1010011 1011 0 1110 111110 1101111 111 100011

Color Harmonies of #556053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #556053

Black with #556053

Text Example


Text Example

White with #556053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #556053; }

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

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

background-color css

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

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

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

border-color css

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

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

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