Html Css Color HEX #565560 Smoky

📋 copy color: '#565560'

red 86 ◦ green 85 ◦ blue 96

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

Shades of Smoky #565560

Tints of Smoky #565560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 31.84%

 BLUE value IS 96 (37.89% from 255) = 35.96%

R = 32.21%
G = 31.84%
B = 35.96%

CMYK

 C value IS 0.10

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565560 (or 0x565560) is known color: Smoky. HEX triplet: 56, 55 and 60. RGB value is (86,85,96). Sum of RGB (Red+Green+Blue) = 86+85+96=267 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.21% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 96 (37.89% from 255 or 35.96% from 267); Max value from RGB is 96 - color contains mainly: blue. Hex color #565560 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565560 is #A9AA9F. Grayscale: #565656. Windows color (decimal): -11119264 or 6313302. OLE color: 6313302.

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

Color convert

RGB 86 85 96 -
CMYK 0.10 0.11 0 0.62
HSL 245.45º 0.06% 0.35% -
HSV(B) 245.45º 0.11% 0.38% -
XYZ 9.2 9.32 12.38 -
YUV 86.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 86 85 96 0.10 0.11 0 0.62 245.45 0.06 0.35
Hex 56 55 60 A B 0 3E F5 6 23
Octal 126 125 140 12 13 0 76 365 6 43
Binary 1010110 1010101 1100000 1010 1011 0 111110 11110101 110 100011

Color Harmonies of #565560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565560

Black with #565560

Text Example


Text Example

White with #565560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565560; }

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

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

background-color css

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

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

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

border-color css

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

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

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