Html Css Color HEX #565368 Smoky

📋 copy color: '#565368'

red 86 ◦ green 83 ◦ blue 104

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

Shades of Smoky #565368

Tints of Smoky #565368

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.4%

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 31.5%
G = 30.4%
B = 38.1%

CMYK

 C value IS 0.17

 M value IS 0.20

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#565368 (or 0x565368) is known color: Smoky. HEX triplet: 56, 53 and 68. RGB value is (86,83,104). Sum of RGB (Red+Green+Blue) = 86+83+104=273 (36% of max value = 765). Red value is 86 (33.98% from 255 or 31.50% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 104 - color contains mainly: blue. Hex color #565368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565368 is #A9AC97. Grayscale: #565656. Windows color (decimal): -11119768 or 6837078. OLE color: 6837078.

HSL color Cylindrical-coordinate representation of color #565368: hue angle of 248.57º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #565368 is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 83 104 -
CMYK 0.17 0.20 0 0.59
HSL 248.57º 0.11% 0.37% -
HSV(B) 248.57º 0.2% 0.41% -
XYZ 9.43 9.16 14.37 -
YUV 86.29 137.99 127.79 -
System Red Green Blue C M Y K H S L
Decimal 86 83 104 0.17 0.20 0 0.59 248.57 0.11 0.37
Hex 56 53 68 11 14 0 3B F9 B 25
Octal 126 123 150 21 24 0 73 371 13 45
Binary 1010110 1010011 1101000 10001 10100 0 111011 11111001 1011 100101

Color Harmonies of #565368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565368

Black with #565368

Text Example


Text Example

White with #565368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565368; }

 p { color: rgb(86,83,104); }

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

background-color css

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

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

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

border-color css

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

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

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