Html Css Color HEX #565168 Smoky

📋 copy color: '#565168'

red 86 ◦ green 81 ◦ blue 104

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

Shades of Smoky #565168

Tints of Smoky #565168

RGB

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

 GREEN value IS 81 (32.03% from 255) = 29.89%

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

R = 31.73%
G = 29.89%
B = 38.38%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#565168 (or 0x565168) is known color: Smoky. HEX triplet: 56, 51 and 68. RGB value is (86,81,104). Sum of RGB (Red+Green+Blue) = 86+81+104=271 (35% of max value = 765). Red value is 86 (33.98% from 255 or 31.73% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 104 (41.02% from 255 or 38.38% from 271); Max value from RGB is 104 - color contains mainly: blue. Hex color #565168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565168 is #A9AE97. Grayscale: #555555. Windows color (decimal): -11120280 or 6836566. OLE color: 6836566.

HSL color Cylindrical-coordinate representation of color #565168: hue angle of 253.04º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #565168 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 86 81 104 -
CMYK 0.17 0.22 0 0.59
HSL 253.04º 0.12% 0.36% -
HSV(B) 253.04º 0.22% 0.41% -
XYZ 9.28 8.86 14.32 -
YUV 85.12 138.66 128.63 -
System Red Green Blue C M Y K H S L
Decimal 86 81 104 0.17 0.22 0 0.59 253.04 0.12 0.36
Hex 56 51 68 11 16 0 3B FD C 24
Octal 126 121 150 21 26 0 73 375 14 44
Binary 1010110 1010001 1101000 10001 10110 0 111011 11111101 1100 100100

Color Harmonies of #565168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565168

Black with #565168

Text Example


Text Example

White with #565168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565168; }

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

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

background-color css

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

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

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

border-color css

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

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

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