#5C5863

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

Shades of Mobster #5C5863

Tints of Mobster #5C5863

Color information

#5C5863 (or 0x5C5863) is unknown color: approx Mobster. HEX triplet: 5C, 58 and 63. RGB value is (92,88,99). Sum of RGB (Red+Green+Blue) = 92+88+99=279 (36% of max value = 765). Red value is 92 (36.33% from 255 or 32.97% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #5C5863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5863 is #A3A79C. Grayscale: #5A5A5A. Windows color (decimal): -10725277 or 6510684. OLE color: 6510684.

HSL color Cylindrical-coordinate representation of color #5C5863: hue angle of 261.82º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5863 is Cyan = 0.07, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB928899-
CMYK0.070.1100.61
HSL261.82º5.88%36.67%-
HSV(B)261.82º11.11%38.82%-
XYZ10.1610.1613.23-
YUV90.45132.83129.11-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 32.97%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=32.97%
G=31.54%
B=35.48%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9288990.070.1100.61261.825.8836.67
Hex5C58637B03D106625
Octal134130143713075406645
Binary10111001011000110001111110110111101100000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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