Html Css Color HEX #5C5964 Smoky

📋 copy color: '#5C5964'

red 92 ◦ green 89 ◦ blue 100

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

Shades of Smoky #5C5964

Tints of Smoky #5C5964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.59%

R = 32.74%
G = 31.67%
B = 35.59%

CMYK

 C value IS 0.08

 M value IS 0.11

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#5C5964 (or 0x5C5964) is known color: Smoky. HEX triplet: 5C, 59 and 64. RGB value is (92,89,100). Sum of RGB (Red+Green+Blue) = 92+89+100=281 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.74% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #5C5964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5964 is #A3A69B. Grayscale: #5B5B5B. Windows color (decimal): -10725020 or 6576476. OLE color: 6576476.

HSL color Cylindrical-coordinate representation of color #5C5964: hue angle of 256.36º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5964 is Cyan = 0.08, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 89 100 -
CMYK 0.08 0.11 0 0.61
HSL 256.36º 0.06% 0.37% -
HSV(B) 256.36º 0.11% 0.39% -
XYZ 10.29 10.34 13.51 -
YUV 91.15 132.99 128.61 -
System Red Green Blue C M Y K H S L
Decimal 92 89 100 0.08 0.11 0 0.61 256.36 0.06 0.37
Hex 5C 59 64 8 B 0 3D 100 6 25
Octal 134 131 144 10 13 0 75 400 6 45
Binary 1011100 1011001 1100100 1000 1011 0 111101 100000000 110 100101

Color Harmonies of #5C5964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5964

Black with #5C5964

Text Example


Text Example

White with #5C5964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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