Html Css Color HEX #5C5973 Smoky

📋 copy color: '#5C5973'

red 92 ◦ green 89 ◦ blue 115

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

Shades of Smoky #5C5973

Tints of Smoky #5C5973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 38.85%

R = 31.08%
G = 30.07%
B = 38.85%

CMYK

 C value IS 0.20

 M value IS 0.23

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5973 (or 0x5C5973) is known color: Smoky. HEX triplet: 5C, 59 and 73. RGB value is (92,89,115). Sum of RGB (Red+Green+Blue) = 92+89+115=296 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.08% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 115 (45.31% from 255 or 38.85% from 296); Max value from RGB is 115 - color contains mainly: blue. Hex color #5C5973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5973 is #A3A68C. Grayscale: #5C5C5C. Windows color (decimal): -10725005 or 7559516. OLE color: 7559516.

HSL color Cylindrical-coordinate representation of color #5C5973: hue angle of 246.92º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #5C5973 is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 89 115 -
CMYK 0.20 0.23 0 0.55
HSL 246.92º 0.13% 0.4% -
HSV(B) 246.92º 0.23% 0.45% -
XYZ 11.08 10.66 17.69 -
YUV 92.86 140.49 127.39 -
System Red Green Blue C M Y K H S L
Decimal 92 89 115 0.20 0.23 0 0.55 246.92 0.13 0.4
Hex 5C 59 73 14 17 0 37 F7 D 28
Octal 134 131 163 24 27 0 67 367 15 50
Binary 1011100 1011001 1110011 10100 10111 0 110111 11110111 1101 101000

Color Harmonies of #5C5973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5973

Black with #5C5973

Text Example


Text Example

White with #5C5973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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