#5C5378

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

Shades of Smoky #5C5378

Tints of Smoky #5C5378

Color information

#5C5378 (or 0x5C5378) is unknown color: approx Smoky. HEX triplet: 5C, 53 and 78. RGB value is (92,83,120). Sum of RGB (Red+Green+Blue) = 92+83+120=295 (39% of max value = 765). Red value is 92 (36.33% from 255 or 31.19% from 295); Green value is 83 (32.81% from 255 or 28.14% from 295); Blue value is 120 (47.27% from 255 or 40.68% from 295); Max value from RGB is 120 - color contains mainly: blue. Hex color #5C5378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5378 is #A3AC87. Grayscale: #595959. Windows color (decimal): -10726536 or 7885660. OLE color: 7885660.

HSL color Cylindrical-coordinate representation of color #5C5378: hue angle of 254.59º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #5C5378 is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9283120-
CMYK0.230.3100.53
HSL254.59º18.23%39.8%-
HSV(B)254.59º30.83%47.06%-
XYZ10.99.8219.09-
YUV89.91144.98129.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 31.19%
GREEN value IS 83 (32.81% from 255) = 28.14%
BLUE value IS 120 (47.27% from 255) = 40.68%
R=31.19%
G=28.14%
B=40.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal92831200.230.3100.53254.5918.2339.8
Hex5C5378171F035ff1228
Octal13412317027370653772250
Binary101110010100111111000101111111101101011111111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,83,120); }

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

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

 a { background-color: rgb(92,83,120); }

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

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

 span { border-color: rgb(92,83,120); }

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