Html Css Color HEX #5C5969 Smoky

📋 copy color: '#5C5969'

red 92 ◦ green 89 ◦ blue 105

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

Shades of Smoky #5C5969

Tints of Smoky #5C5969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.71%

R = 32.17%
G = 31.12%
B = 36.71%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#5C5969 (or 0x5C5969) is known color: Smoky. HEX triplet: 5C, 59 and 69. RGB value is (92,89,105). Sum of RGB (Red+Green+Blue) = 92+89+105=286 (37% of max value = 765). Red value is 92 (36.33% from 255 or 32.17% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 105 (41.41% from 255 or 36.71% from 286); Max value from RGB is 105 - color contains mainly: blue. Hex color #5C5969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5969 is #A3A696. Grayscale: #5B5B5B. Windows color (decimal): -10725015 or 6904156. OLE color: 6904156.

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

Color convert

RGB 92 89 105 -
CMYK 0.12 0.15 0 0.59
HSL 251.25º 0.08% 0.38% -
HSV(B) 251.25º 0.15% 0.41% -
XYZ 10.54 10.44 14.82 -
YUV 91.72 135.49 128.2 -
System Red Green Blue C M Y K H S L
Decimal 92 89 105 0.12 0.15 0 0.59 251.25 0.08 0.38
Hex 5C 59 69 C F 0 3B FB 8 26
Octal 134 131 151 14 17 0 73 373 10 46
Binary 1011100 1011001 1101001 1100 1111 0 111011 11111011 1000 100110

Color Harmonies of #5C5969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5969

Black with #5C5969

Text Example


Text Example

White with #5C5969

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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