#586D6B

Color #586D6B William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #586D6B

Tints of William #586D6B

Color information

#586D6B (or 0x586D6B) is unknown color: approx William. HEX triplet: 58, 6D and 6B. RGB value is (88,109,107). Sum of RGB (Red+Green+Blue) = 88+109+107=304 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.95% from 304); Green value is 109 (42.97% from 255 or 35.86% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 109 - color contains mainly: green. Hex color #586D6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D6B is #A79294. Grayscale: #666666. Windows color (decimal): -10982037 or 7040344. OLE color: 7040344.

HSL color Cylindrical-coordinate representation of color #586D6B: hue angle of 174.29º 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 #586D6B is Cyan = 0.19, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB88109107-
CMYK0.1900.020.57
HSL174.29º10.66%38.63%-
HSV(B)174.29º19.27%42.75%-
XYZ12.1514.0715.99-
YUV102.49130.54117.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.95%
GREEN value IS 109 (42.97% from 255) = 35.86%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=28.95%
G=35.86%
B=35.20%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal881091070.1900.020.57174.2910.6638.63
Hex586D6B130239aeb27
Octal1301551532302712561347
Binary10110001101101110101110011010111001101011101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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