Html Css Color HEX #5C5672 Smoky

📋 copy color: '#5C5672'

red 92 ◦ green 86 ◦ blue 114

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

Shades of Smoky #5C5672

Tints of Smoky #5C5672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.04%

R = 31.51%
G = 29.45%
B = 39.04%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#5C5672 (or 0x5C5672) is known color: Smoky. HEX triplet: 5C, 56 and 72. RGB value is (92,86,114). Sum of RGB (Red+Green+Blue) = 92+86+114=292 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.51% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 114 (44.92% from 255 or 39.04% from 292); Max value from RGB is 114 - color contains mainly: blue. Hex color #5C5672 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5672 is #A3A98D. Grayscale: #5A5A5A. Windows color (decimal): -10725774 or 7493212. OLE color: 7493212.

HSL color Cylindrical-coordinate representation of color #5C5672: hue angle of 252.86º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C5672 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 92 86 114 -
CMYK 0.19 0.25 0 0.55
HSL 252.86º 0.14% 0.39% -
HSV(B) 252.86º 0.25% 0.45% -
XYZ 10.78 10.15 17.31 -
YUV 90.99 140.99 128.72 -
System Red Green Blue C M Y K H S L
Decimal 92 86 114 0.19 0.25 0 0.55 252.86 0.14 0.39
Hex 5C 56 72 13 19 0 37 FD E 27
Octal 134 126 162 23 31 0 67 375 16 47
Binary 1011100 1010110 1110010 10011 11001 0 110111 11111101 1110 100111

Color Harmonies of #5C5672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C5672

Black with #5C5672

Text Example


Text Example

White with #5C5672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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