#586973

Color #586973 Mid Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mid Grey #586973

Tints of Mid Grey #586973

Color information

#586973 (or 0x586973) is unknown color: approx Mid Grey. HEX triplet: 58, 69 and 73. RGB value is (88,105,115). Sum of RGB (Red+Green+Blue) = 88+105+115=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 115 (45.31% from 255 or 37.34% from 308); Max value from RGB is 115 - color contains mainly: blue. Hex color #586973 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586973 is #A7968C. Grayscale: #656565. Windows color (decimal): -10983053 or 7563608. OLE color: 7563608.

HSL color Cylindrical-coordinate representation of color #586973: hue angle of 202.22º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #586973 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB88105115-
CMYK0.230.0900.55
HSL202.22º13.3%39.8%-
HSV(B)202.22º23.48%45.1%-
XYZ12.1713.4218.17-
YUV101.06135.87118.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 105 (41.41% from 255) = 34.09%
BLUE value IS 115 (45.31% from 255) = 37.34%
R=28.57%
G=34.09%
B=37.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal881051150.230.0900.55202.2213.339.8
Hex586973179037cad28
Octal13015116327110673121550
Binary1011000110100111100111011110010110111110010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #586973; }

 p { color: rgb(88,105,115); }

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

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

 a { background-color: rgb(88,105,115); }

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

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

 span { border-color: rgb(88,105,115); }

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