Html Css Color HEX #565655 Ship Grey

📋 copy color: '#565655'

red 86 ◦ green 86 ◦ blue 85

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

Shades of Ship Grey #565655

Tints of Ship Grey #565655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.46%

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

R = 33.46%
G = 33.46%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.01

 K value IS 0.66

RGB Variations

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

Color information

#565655 (or 0x565655) is known color: Ship Grey. HEX triplet: 56, 56 and 55. RGB value is (86,86,85). Sum of RGB (Red+Green+Blue) = 86+86+85=257 (34% of max value = 765). Red value is 86 (33.98% from 255 or 33.46% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 86 - color contains mainly: red, green. Hex color #565655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565655 is #A9A9AA. Grayscale: #555555. Windows color (decimal): -11119019 or 5592662. OLE color: 5592662.

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

Color convert

RGB 86 86 85 -
CMYK 0 0 0.01 0.66
HSL 60º 0.01% 0.34% -
HSV(B) 60º 0.01% 0.34% -
XYZ 8.81 9.29 9.92 -
YUV 85.89 127.5 128.08 -
System Red Green Blue C M Y K H S L
Decimal 86 86 85 0 0 0.01 0.66 60 0.01 0.34
Hex 56 56 55 0 0 1 42 3C 1 22
Octal 126 126 125 0 0 1 102 74 1 42
Binary 1010110 1010110 1010101 0 0 1 1000010 111100 1 100010

Color Harmonies of #565655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565655

Black with #565655

Text Example


Text Example

White with #565655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565655; }

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

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

background-color css

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

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

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

border-color css

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

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

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