Html Css Color HEX #5C5967 Smoky

📋 copy color: '#5C5967'

red 92 ◦ green 89 ◦ blue 103

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

Shades of Smoky #5C5967

Tints of Smoky #5C5967

RGB

 RED value IS 92 (36.33% from 255) = 32.39%

 GREEN value IS 89 (35.16% from 255) = 31.34%

 BLUE value IS 103 (40.63% from 255) = 36.27%

R = 32.39%
G = 31.34%
B = 36.27%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#5C5967 (or 0x5C5967) is known color: Smoky. HEX triplet: 5C, 59 and 67. RGB value is (92,89,103). Sum of RGB (Red+Green+Blue) = 92+89+103=284 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.39% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C5967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5967 is #A3A698. Grayscale: #5B5B5B. Windows color (decimal): -10725017 or 6773084. OLE color: 6773084.

HSL color Cylindrical-coordinate representation of color #5C5967: hue angle of 252.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C5967 is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 92 89 103 -
CMYK 0.11 0.14 0 0.60
HSL 252.86º 0.07% 0.38% -
HSV(B) 252.86º 0.14% 0.4% -
XYZ 10.43 10.4 14.29 -
YUV 91.49 134.49 128.36 -
System Red Green Blue C M Y K H S L
Decimal 92 89 103 0.11 0.14 0 0.60 252.86 0.07 0.38
Hex 5C 59 67 B E 0 3C FD 7 26
Octal 134 131 147 13 16 0 74 375 7 46
Binary 1011100 1011001 1100111 1011 1110 0 111100 11111101 111 100110

Color Harmonies of #5C5967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5967

Black with #5C5967

Text Example


Text Example

White with #5C5967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C5967; }

 p { color: rgb(92,89,103); }

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

background-color css

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

 a { background-color: rgb(92,89,103); }

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

border-color css

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

 span { border-color: rgb(92,89,103); }

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