Html Css Color HEX #565855 Battleship Grey

📋 copy color: '#565855'

red 86 ◦ green 88 ◦ blue 85

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

Shades of Battleship Grey #565855

Tints of Battleship Grey #565855

RGB

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

 GREEN value IS 88 (34.77% from 255) = 33.98%

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 33.2%
G = 33.98%
B = 32.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#565855 (or 0x565855) is known color: Battleship Grey. HEX triplet: 56, 58 and 55. RGB value is (86,88,85). Sum of RGB (Red+Green+Blue) = 86+88+85=259 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.20% from 259); Green value is 88 (34.77% from 255 or 33.98% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 88 - color contains mainly: green. Hex color #565855 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565855 is #A9A7AA. Grayscale: #575757. Windows color (decimal): -11118507 or 5593174. OLE color: 5593174.

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

Color convert

RGB 86 88 85 -
CMYK 0.02 0 0.03 0.65
HSL 100º 0.02% 0.34% -
HSV(B) 100º 0.03% 0.35% -
XYZ 8.97 9.61 9.98 -
YUV 87.06 126.84 127.24 -
System Red Green Blue C M Y K H S L
Decimal 86 88 85 0.02 0 0.03 0.65 100 0.02 0.34
Hex 56 58 55 2 0 3 41 64 2 22
Octal 126 130 125 2 0 3 101 144 2 42
Binary 1010110 1011000 1010101 10 0 11 1000001 1100100 10 100010

Color Harmonies of #565855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565855

Black with #565855

Text Example


Text Example

White with #565855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565855; }

 p { color: rgb(86,88,85); }

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

background-color css

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

 a { background-color: rgb(86,88,85); }

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

border-color css

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

 span { border-color: rgb(86,88,85); }

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