Html Css Color HEX #565D55 Battleship Grey

📋 copy color: '#565D55'

red 86 ◦ green 93 ◦ blue 85

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

Shades of Battleship Grey #565D55

Tints of Battleship Grey #565D55

RGB

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

 GREEN value IS 93 (36.72% from 255) = 35.23%

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

R = 32.58%
G = 35.23%
B = 32.2%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.64

RGB Variations

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

Color information

#565D55 (or 0x565D55) is known color: Battleship Grey. HEX triplet: 56, 5D and 55. RGB value is (86,93,85). Sum of RGB (Red+Green+Blue) = 86+93+85=264 (34% of max value = 765). Red value is 86 (33.98% from 255 or 32.58% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 85 (33.59% from 255 or 32.20% from 264); Max value from RGB is 93 - color contains mainly: green. Hex color #565D55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565D55 is #A9A2AA. Grayscale: #5A5A5A. Windows color (decimal): -11117227 or 5594454. OLE color: 5594454.

HSL color Cylindrical-coordinate representation of color #565D55: hue angle of 112.5º degrees, saturation: 0.04, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #565D55 is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.64.

Color convert

RGB 86 93 85 -
CMYK 0.08 0 0.09 0.64
HSL 112.5º 0.04% 0.35% -
HSV(B) 112.5º 0.09% 0.36% -
XYZ 9.39 10.46 10.12 -
YUV 90 125.18 125.15 -
System Red Green Blue C M Y K H S L
Decimal 86 93 85 0.08 0 0.09 0.64 112.5 0.04 0.35
Hex 56 5D 55 8 0 9 40 70 4 23
Octal 126 135 125 10 0 11 100 160 4 43
Binary 1010110 1011101 1010101 1000 0 1001 1000000 1110000 100 100011

Color Harmonies of #565D55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565D55

Black with #565D55

Text Example


Text Example

White with #565D55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565D55; }

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

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

background-color css

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

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

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

border-color css

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

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

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