#586D6E

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

Shades of Nevada #586D6E

Tints of Nevada #586D6E

Color information

#586D6E (or 0x586D6E) is unknown color: approx Nevada. HEX triplet: 58, 6D and 6E. RGB value is (88,109,110). Sum of RGB (Red+Green+Blue) = 88+109+110=307 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.66% from 307); Green value is 109 (42.97% from 255 or 35.50% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 110 - color contains mainly: blue. Hex color #586D6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586D6E is #A79291. Grayscale: #666666. Windows color (decimal): -10982034 or 7236952. OLE color: 7236952.

HSL color Cylindrical-coordinate representation of color #586D6E: hue angle of 182.73º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #586D6E is Cyan = 0.2, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB88109110-
CMYK0.20.0100.57
HSL182.73º11.11%38.82%-
HSV(B)182.73º20%43.14%-
XYZ12.3114.1416.83-
YUV102.84132.04117.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.66%
GREEN value IS 109 (42.97% from 255) = 35.50%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=28.66%
G=35.50%
B=35.83%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal881091100.20.0100.57182.7311.1138.82
Hex586D6E141039b7b27
Octal1301551562410712671347
Binary1011000110110111011101010010111001101101111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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