Html Css Color HEX #565565 Smoky

📋 copy color: '#565565'

red 86 ◦ green 85 ◦ blue 101

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

Shades of Smoky #565565

Tints of Smoky #565565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 31.62%
G = 31.25%
B = 37.13%

CMYK

 C value IS 0.15

 M value IS 0.16

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#565565 (or 0x565565) is known color: Smoky. HEX triplet: 56, 55 and 65. RGB value is (86,85,101). Sum of RGB (Red+Green+Blue) = 86+85+101=272 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.62% from 272); Green value is 85 (33.59% from 255 or 31.25% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 101 - color contains mainly: blue. Hex color #565565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565565 is #A9AA9A. Grayscale: #575757. Windows color (decimal): -11119259 or 6640982. OLE color: 6640982.

HSL color Cylindrical-coordinate representation of color #565565: hue angle of 243.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #565565 is Cyan = 0.15, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 86 85 101 -
CMYK 0.15 0.16 0 0.60
HSL 243.75º 0.09% 0.36% -
HSV(B) 243.75º 0.16% 0.4% -
XYZ 9.44 9.42 13.63 -
YUV 87.12 135.83 127.2 -
System Red Green Blue C M Y K H S L
Decimal 86 85 101 0.15 0.16 0 0.60 243.75 0.09 0.36
Hex 56 55 65 F 10 0 3C F4 9 24
Octal 126 125 145 17 20 0 74 364 11 44
Binary 1010110 1010101 1100101 1111 10000 0 111100 11110100 1001 100100

Color Harmonies of #565565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565565

Black with #565565

Text Example


Text Example

White with #565565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565565; }

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

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

background-color css

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

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

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

border-color css

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

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

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