Html Css Color HEX #5C5970 Smoky

📋 copy color: '#5C5970'

red 92 ◦ green 89 ◦ blue 112

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

Shades of Smoky #5C5970

Tints of Smoky #5C5970

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 31.4%
G = 30.38%
B = 38.23%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5C5970 (or 0x5C5970) is known color: Smoky. HEX triplet: 5C, 59 and 70. RGB value is (92,89,112). Sum of RGB (Red+Green+Blue) = 92+89+112=293 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.40% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 112 - color contains mainly: blue. Hex color #5C5970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5970 is #A3A68F. Grayscale: #5C5C5C. Windows color (decimal): -10725008 or 7362908. OLE color: 7362908.

HSL color Cylindrical-coordinate representation of color #5C5970: hue angle of 247.83º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5C5970 is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 92 89 112 -
CMYK 0.18 0.21 0 0.56
HSL 247.83º 0.11% 0.39% -
HSV(B) 247.83º 0.21% 0.44% -
XYZ 10.91 10.59 16.8 -
YUV 92.52 138.99 127.63 -
System Red Green Blue C M Y K H S L
Decimal 92 89 112 0.18 0.21 0 0.56 247.83 0.11 0.39
Hex 5C 59 70 12 15 0 38 F8 B 27
Octal 134 131 160 22 25 0 70 370 13 47
Binary 1011100 1011001 1110000 10010 10101 0 111000 11111000 1011 100111

Color Harmonies of #5C5970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5970

Black with #5C5970

Text Example


Text Example

White with #5C5970

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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