#5C5A6D

Color #5C5A6D Smoky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smoky #5C5A6D

Tints of Smoky #5C5A6D

Color information

#5C5A6D (or 0x5C5A6D) is unknown color: approx Smoky. HEX triplet: 5C, 5A and 6D. RGB value is (92,90,109). Sum of RGB (Red+Green+Blue) = 92+90+109=291 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.62% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 109 - color contains mainly: blue. Hex color #5C5A6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5A6D is #A3A592. Grayscale: #5C5C5C. Windows color (decimal): -10724755 or 7166556. OLE color: 7166556.

HSL color Cylindrical-coordinate representation of color #5C5A6D: hue angle of 246.32º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #5C5A6D is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB9290109-
CMYK0.160.1700.57
HSL246.32º9.55%39.02%-
HSV(B)246.32º17.43%42.75%-
XYZ10.8310.6915.96-
YUV92.76137.16127.46-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.62%
GREEN value IS 90 (35.55% from 255) = 30.93%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=31.62%
G=30.93%
B=37.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal92901090.160.1700.57246.329.5539.02
Hex5C5A6D1011039f6a27
Octal13413215520210713661247
Binary10111001011010110110110000100010111001111101101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,90,109); }

 H1.HeaderClassName
 {
   color: #5C5A6D;
 }
 .AnyTagClassName
 {
   color: #5C5A6D;
 }
</style>
background-color css

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

 a { background-color: rgb(92,90,109); }

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

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

 span { border-color: rgb(92,90,109); }

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