Html Css Color HEX #586D5F Como

📋 copy color: '#586D5F'

red 88 ◦ green 109 ◦ blue 95

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

Shades of Como #586D5F

Tints of Como #586D5F

RGB

 RED value IS 88 (34.77% from 255) = 30.14%

 GREEN value IS 109 (42.97% from 255) = 37.33%

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 30.14%
G = 37.33%
B = 32.53%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.13

 K value IS 0.57

RGB Variations

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

Color information

#586D5F (or 0x586D5F) is known color: Como. HEX triplet: 58, 6D and 5F. RGB value is (88,109,95). Sum of RGB (Red+Green+Blue) = 88+109+95=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 109 (42.97% from 255 or 37.33% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 109 - color contains mainly: green. Hex color #586D5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D5F is #A792A0. Grayscale: #656565. Windows color (decimal): -10982049 or 6253912. OLE color: 6253912.

HSL color Cylindrical-coordinate representation of color #586D5F: hue angle of 140º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #586D5F is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.57.

Color convert

RGB 88 109 95 -
CMYK 0.19 0 0.13 0.57
HSL 140º 0.11% 0.39% -
HSV(B) 140º 0.19% 0.43% -
XYZ 11.56 13.84 12.89 -
YUV 101.13 124.54 118.64 -
System Red Green Blue C M Y K H S L
Decimal 88 109 95 0.19 0 0.13 0.57 140 0.11 0.39
Hex 58 6D 5F 13 0 D 39 8C B 27
Octal 130 155 137 23 0 15 71 214 13 47
Binary 1011000 1101101 1011111 10011 0 1101 111001 10001100 1011 100111

Color Harmonies of #586D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D5F

Black with #586D5F

Text Example


Text Example

White with #586D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586D5F; }

 p { color: rgb(88,109,95); }

 H1.HeaderClassName
 {
   color: #586D5F;
 }
 .AnyTagClassName
 {
   color: #586D5F;
 }
</style>

background-color css

<style>
 a { background-color: #586D5F; }

 a { background-color: rgb(88,109,95); }

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

border-color css

<style>
 span { border-color: #586D5F; }

 span { border-color: rgb(88,109,95); }

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