#586D6F

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

Shades of Nevada #586D6F

Tints of Nevada #586D6F

Color information

#586D6F (or 0x586D6F) is unknown color: approx Nevada. HEX triplet: 58, 6D and 6F. RGB value is (88,109,111). Sum of RGB (Red+Green+Blue) = 88+109+111=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 111 - color contains mainly: blue. Hex color #586D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D6F is #A79290. Grayscale: #666666. Windows color (decimal): -10982033 or 7302488. OLE color: 7302488.

HSL color Cylindrical-coordinate representation of color #586D6F: hue angle of 185.22º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #586D6F is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB88109111-
CMYK0.210.0200.56
HSL185.22º11.56%39.02%-
HSV(B)185.22º20.72%43.53%-
XYZ12.3614.1617.12-
YUV102.95132.54117.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 109 (42.97% from 255) = 35.39%
BLUE value IS 111 (43.75% from 255) = 36.04%
R=28.57%
G=35.39%
B=36.04%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881091110.210.0200.56185.2211.5639.02
Hex586D6F152038b9c27
Octal1301551572520702711447
Binary10110001101101110111110101100111000101110011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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