#586C6A

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

Shades of William #586C6A

Tints of William #586C6A

Color information

#586C6A (or 0x586C6A) is unknown color: approx William. HEX triplet: 58, 6C and 6A. RGB value is (88,108,106). Sum of RGB (Red+Green+Blue) = 88+108+106=302 (40% of max value = 765). Red value is 88 (34.77% from 255 or 29.14% from 302); Green value is 108 (42.58% from 255 or 35.76% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 108 - color contains mainly: green. Hex color #586C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586C6A is #A79395. Grayscale: #656565. Windows color (decimal): -10982294 or 6974552. OLE color: 6974552.

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

Color convert

RGB88108106-
CMYK0.1900.020.58
HSL174º10.2%38.43%-
HSV(B)174º18.52%42.35%-
XYZ11.9913.8415.68-
YUV101.79130.37118.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.14%
GREEN value IS 108 (42.58% from 255) = 35.76%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=29.14%
G=35.76%
B=35.10%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal881081060.1900.020.5817410.238.43
Hex586C6A13023Aaea26
Octal1301541522302722561246
Binary10110001101100110101010011010111010101011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,108,106); }

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

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

 a { background-color: rgb(88,108,106); }

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

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

 span { border-color: rgb(88,108,106); }

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