Html Css Color HEX #565954 Battleship Grey

📋 copy color: '#565954'

red 86 ◦ green 89 ◦ blue 84

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

Shades of Battleship Grey #565954

Tints of Battleship Grey #565954

RGB

 RED value IS 86 (33.98% from 255) = 33.2%

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

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

R = 33.2%
G = 34.36%
B = 32.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#565954 (or 0x565954) is known color: Battleship Grey. HEX triplet: 56, 59 and 54. RGB value is (86,89,84). Sum of RGB (Red+Green+Blue) = 86+89+84=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 89 - color contains mainly: green. Hex color #565954 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565954 is #A9A6AB. Grayscale: #575757. Windows color (decimal): -11118252 or 5527894. OLE color: 5527894.

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

Color convert

RGB 86 89 84 -
CMYK 0.03 0 0.06 0.65
HSL 96º 0.03% 0.34% -
HSV(B) 96º 0.06% 0.35% -
XYZ 9.01 9.76 9.8 -
YUV 87.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 86 89 84 0.03 0 0.06 0.65 96 0.03 0.34
Hex 56 59 54 3 0 6 41 60 3 22
Octal 126 131 124 3 0 6 101 140 3 42
Binary 1010110 1011001 1010100 11 0 110 1000001 1100000 11 100010

Color Harmonies of #565954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565954

Black with #565954

Text Example


Text Example

White with #565954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565954; }

 p { color: rgb(86,89,84); }

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

background-color css

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

 a { background-color: rgb(86,89,84); }

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

border-color css

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

 span { border-color: rgb(86,89,84); }

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