Html Css Color HEX #565561 Smoky

📋 copy color: '#565561'

red 86 ◦ green 85 ◦ blue 97

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

Shades of Smoky #565561

Tints of Smoky #565561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 36.19%

R = 32.09%
G = 31.72%
B = 36.19%

CMYK

 C value IS 0.11

 M value IS 0.12

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565561 (or 0x565561) is known color: Smoky. HEX triplet: 56, 55 and 61. RGB value is (86,85,97). Sum of RGB (Red+Green+Blue) = 86+85+97=268 (35% of max value = 765). Red value is 86 (33.98% from 255 or 32.09% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 97 (38.28% from 255 or 36.19% from 268); Max value from RGB is 97 - color contains mainly: blue. Hex color #565561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565561 is #A9AA9E. Grayscale: #565656. Windows color (decimal): -11119263 or 6378838. OLE color: 6378838.

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

Color convert

RGB 86 85 97 -
CMYK 0.11 0.12 0 0.62
HSL 245º 0.07% 0.36% -
HSV(B) 245º 0.12% 0.38% -
XYZ 9.24 9.34 12.62 -
YUV 86.67 133.83 127.52 -
System Red Green Blue C M Y K H S L
Decimal 86 85 97 0.11 0.12 0 0.62 245 0.07 0.36
Hex 56 55 61 B C 0 3E F5 7 24
Octal 126 125 141 13 14 0 76 365 7 44
Binary 1010110 1010101 1100001 1011 1100 0 111110 11110101 111 100100

Color Harmonies of #565561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565561

Black with #565561

Text Example


Text Example

White with #565561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565561; }

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

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

background-color css

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

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

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

border-color css

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

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

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