Html Css Color HEX #5C586B Smoky

📋 copy color: '#5C586B'

red 92 ◦ green 88 ◦ blue 107

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

Shades of Smoky #5C586B

Tints of Smoky #5C586B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 107 (42.19% from 255) = 37.28%

R = 32.06%
G = 30.66%
B = 37.28%

CMYK

 C value IS 0.14

 M value IS 0.18

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#5C586B (or 0x5C586B) is known color: Smoky. HEX triplet: 5C, 58 and 6B. RGB value is (92,88,107). Sum of RGB (Red+Green+Blue) = 92+88+107=287 (38% of max value = 765). Red value is 92 (36.33% from 255 or 32.06% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 107 (42.19% from 255 or 37.28% from 287); Max value from RGB is 107 - color contains mainly: blue. Hex color #5C586B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C586B is #A3A794. Grayscale: #5B5B5B. Windows color (decimal): -10725269 or 7034972. OLE color: 7034972.

HSL color Cylindrical-coordinate representation of color #5C586B: hue angle of 252.63º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5C586B is Cyan = 0.14, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 92 88 107 -
CMYK 0.14 0.18 0 0.58
HSL 252.63º 0.1% 0.38% -
HSV(B) 252.63º 0.18% 0.42% -
XYZ 10.56 10.32 15.34 -
YUV 91.36 136.83 128.46 -
System Red Green Blue C M Y K H S L
Decimal 92 88 107 0.14 0.18 0 0.58 252.63 0.1 0.38
Hex 5C 58 6B E 12 0 3A FD A 26
Octal 134 130 153 16 22 0 72 375 12 46
Binary 1011100 1011000 1101011 1110 10010 0 111010 11111101 1010 100110

Color Harmonies of #5C586B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C586B

Black with #5C586B

Text Example


Text Example

White with #5C586B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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