Html Css Color HEX #5C5674 Smoky

📋 copy color: '#5C5674'

red 92 ◦ green 86 ◦ blue 116

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

Shades of Smoky #5C5674

Tints of Smoky #5C5674

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.25%

 BLUE value IS 116 (45.7% from 255) = 39.46%

R = 31.29%
G = 29.25%
B = 39.46%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5674 (or 0x5C5674) is known color: Smoky. HEX triplet: 5C, 56 and 74. RGB value is (92,86,116). Sum of RGB (Red+Green+Blue) = 92+86+116=294 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.29% from 294); Green value is 86 (33.98% from 255 or 29.25% from 294); Blue value is 116 (45.70% from 255 or 39.46% from 294); Max value from RGB is 116 - color contains mainly: blue. Hex color #5C5674 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5674 is #A3A98B. Grayscale: #5B5B5B. Windows color (decimal): -10725772 or 7624284. OLE color: 7624284.

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

Color convert

RGB 92 86 116 -
CMYK 0.21 0.26 0 0.55
HSL 252º 0.15% 0.4% -
HSV(B) 252º 0.26% 0.45% -
XYZ 10.89 10.19 17.92 -
YUV 91.21 141.99 128.56 -
System Red Green Blue C M Y K H S L
Decimal 92 86 116 0.21 0.26 0 0.55 252 0.15 0.4
Hex 5C 56 74 15 1A 0 37 FC F 28
Octal 134 126 164 25 32 0 67 374 17 50
Binary 1011100 1010110 1110100 10101 11010 0 110111 11111100 1111 101000

Color Harmonies of #5C5674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5674

Black with #5C5674

Text Example


Text Example

White with #5C5674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,86,116); }

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

background-color css

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

 a { background-color: rgb(92,86,116); }

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

border-color css

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

 span { border-color: rgb(92,86,116); }

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