Html Css Color HEX #586B60 Como

📋 copy color: '#586B60'

red 88 ◦ green 107 ◦ blue 96

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

Shades of Como #586B60

Tints of Como #586B60

RGB

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

 GREEN value IS 107 (42.19% from 255) = 36.77%

 BLUE value IS 96 (37.89% from 255) = 32.99%

R = 30.24%
G = 36.77%
B = 32.99%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.10

 K value IS 0.58

RGB Variations

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

Color information

#586B60 (or 0x586B60) is known color: Como. HEX triplet: 58, 6B and 60. RGB value is (88,107,96). Sum of RGB (Red+Green+Blue) = 88+107+96=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 107 (42.19% from 255 or 36.77% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 107 - color contains mainly: green. Hex color #586B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586B60 is #A7949F. Grayscale: #646464. Windows color (decimal): -10982560 or 6318936. OLE color: 6318936.

HSL color Cylindrical-coordinate representation of color #586B60: hue angle of 145.26º 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 #586B60 is Cyan = 0.18, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB 88 107 96 -
CMYK 0.18 0 0.10 0.58
HSL 145.26º 0.1% 0.38% -
HSV(B) 145.26º 0.18% 0.42% -
XYZ 11.39 13.43 13.06 -
YUV 100.07 125.71 119.39 -
System Red Green Blue C M Y K H S L
Decimal 88 107 96 0.18 0 0.10 0.58 145.26 0.1 0.38
Hex 58 6B 60 12 0 A 3A 91 A 26
Octal 130 153 140 22 0 12 72 221 12 46
Binary 1011000 1101011 1100000 10010 0 1010 111010 10010001 1010 100110

Color Harmonies of #586B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586B60

Black with #586B60

Text Example


Text Example

White with #586B60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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