#586F70

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

Shades of Nevada #586F70

Tints of Nevada #586F70

Color information

#586F70 (or 0x586F70) is unknown color: approx Nevada. HEX triplet: 58, 6F and 70. RGB value is (88,111,112). Sum of RGB (Red+Green+Blue) = 88+111+112=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 111 (43.75% from 255 or 35.69% from 311); Blue value is 112 (44.14% from 255 or 36.01% from 311); Max value from RGB is 112 - color contains mainly: blue. Hex color #586F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586F70 is #A7908F. Grayscale: #686868. Windows color (decimal): -10981520 or 7368536. OLE color: 7368536.

HSL color Cylindrical-coordinate representation of color #586F70: hue angle of 182.5º 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 #586F70 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB88111112-
CMYK0.210.0100.56
HSL182.5º12%39.22%-
HSV(B)182.5º21.43%43.92%-
XYZ12.6314.6117.48-
YUV104.24132.38116.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 111 (43.75% from 255) = 35.69%
BLUE value IS 112 (44.14% from 255) = 36.01%
R=28.30%
G=35.69%
B=36.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal881111120.210.0100.56182.51239.22
Hex586F70151038b6c27
Octal1301571602510702661447
Binary1011000110111111100001010110111000101101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #586F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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