Html Css Color HEX #5C5968 Smoky

📋 copy color: '#5C5968'

red 92 ◦ green 89 ◦ blue 104

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

Shades of Smoky #5C5968

Tints of Smoky #5C5968

RGB

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

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

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

R = 32.28%
G = 31.23%
B = 36.49%

CMYK

 C value IS 0.12

 M value IS 0.14

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C5968 (or 0x5C5968) is known color: Smoky. HEX triplet: 5C, 59 and 68. RGB value is (92,89,104). Sum of RGB (Red+Green+Blue) = 92+89+104=285 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.28% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 104 - color contains mainly: blue. Hex color #5C5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5968 is #A3A697. Grayscale: #5B5B5B. Windows color (decimal): -10725016 or 6838620. OLE color: 6838620.

HSL color Cylindrical-coordinate representation of color #5C5968: hue angle of 252º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5C5968 is Cyan = 0.12, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 92 89 104 -
CMYK 0.12 0.14 0 0.59
HSL 252º 0.08% 0.38% -
HSV(B) 252º 0.14% 0.41% -
XYZ 10.48 10.42 14.56 -
YUV 91.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 92 89 104 0.12 0.14 0 0.59 252 0.08 0.38
Hex 5C 59 68 C E 0 3B FC 8 26
Octal 134 131 150 14 16 0 73 374 10 46
Binary 1011100 1011001 1101000 1100 1110 0 111011 11111100 1000 100110

Color Harmonies of #5C5968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5968

Black with #5C5968

Text Example


Text Example

White with #5C5968

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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