Html Css Color HEX #565661 Smoky

📋 copy color: '#565661'

red 86 ◦ green 86 ◦ blue 97

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

Shades of Smoky #565661

Tints of Smoky #565661

RGB

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

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

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

R = 31.97%
G = 31.97%
B = 36.06%

CMYK

 C value IS 0.11

 M value IS 0.11

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#565661 (or 0x565661) is known color: Smoky. HEX triplet: 56, 56 and 61. RGB value is (86,86,97). Sum of RGB (Red+Green+Blue) = 86+86+97=269 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.97% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 97 (38.28% from 255 or 36.06% from 269); Max value from RGB is 97 - color contains mainly: blue. Hex color #565661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565661 is #A9A99E. Grayscale: #575757. Windows color (decimal): -11119007 or 6379094. OLE color: 6379094.

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

Color convert

RGB 86 86 97 -
CMYK 0.11 0.11 0 0.62
HSL 240º 0.06% 0.36% -
HSV(B) 240º 0.11% 0.38% -
XYZ 9.32 9.5 12.65 -
YUV 87.25 133.5 127.11 -
System Red Green Blue C M Y K H S L
Decimal 86 86 97 0.11 0.11 0 0.62 240 0.06 0.36
Hex 56 56 61 B B 0 3E F0 6 24
Octal 126 126 141 13 13 0 76 360 6 44
Binary 1010110 1010110 1100001 1011 1011 0 111110 11110000 110 100100

Color Harmonies of #565661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565661

Black with #565661

Text Example


Text Example

White with #565661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565661; }

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

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

background-color css

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

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

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

border-color css

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

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

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