#5C5875

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

Shades of Smoky #5C5875

Tints of Smoky #5C5875

Color information

#5C5875 (or 0x5C5875) is unknown color: approx Smoky. HEX triplet: 5C, 58 and 75. RGB value is (92,88,117). Sum of RGB (Red+Green+Blue) = 92+88+117=297 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.98% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 117 (46.09% from 255 or 39.39% from 297); Max value from RGB is 117 - color contains mainly: blue. Hex color #5C5875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5875 is #A3A78A. Grayscale: #5C5C5C. Windows color (decimal): -10725259 or 7690332. OLE color: 7690332.

HSL color Cylindrical-coordinate representation of color #5C5875: hue angle of 248.28º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #5C5875 is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9288117-
CMYK0.210.2500.54
HSL248.28º14.15%40.2%-
HSV(B)248.28º24.79%45.88%-
XYZ11.1110.5418.28-
YUV92.5141.83127.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.98%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 117 (46.09% from 255) = 39.39%
R=30.98%
G=29.63%
B=39.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal92881170.210.2500.54248.2814.1540.2
Hex5C58751519036f8e28
Octal13413016525310663701650
Binary10111001011000111010110101110010110110111110001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,88,117); }

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

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

 a { background-color: rgb(92,88,117); }

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

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

 span { border-color: rgb(92,88,117); }

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