Html Css Color HEX #586E70 Nevada

📋 copy color: '#586E70'

red 88 ◦ green 110 ◦ blue 112

#586E70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nevada #586E70

Tints of Nevada #586E70

RGB

 RED value IS 88 (34.77% from 255) = 28.39%

 GREEN value IS 110 (43.36% from 255) = 35.48%

 BLUE value IS 112 (44.14% from 255) = 36.13%

R = 28.39%
G = 35.48%
B = 36.13%

CMYK

 C value IS 0.21

 M value IS 0.02

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#586E70 (or 0x586E70) is known color: Nevada. HEX triplet: 58, 6E and 70. RGB value is (88,110,112). Sum of RGB (Red+Green+Blue) = 88+110+112=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 110 (43.36% from 255 or 35.48% from 310); Blue value is 112 (44.14% from 255 or 36.13% from 310); Max value from RGB is 112 - color contains mainly: blue. Hex color #586E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586E70 is #A7918F. Grayscale: #676767. Windows color (decimal): -10981776 or 7368280. OLE color: 7368280.

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

Color convert

RGB 88 110 112 -
CMYK 0.21 0.02 0 0.56
HSL 185º 0.12% 0.39% -
HSV(B) 185º 0.21% 0.44% -
XYZ 12.53 14.4 17.45 -
YUV 103.65 132.71 116.84 -
System Red Green Blue C M Y K H S L
Decimal 88 110 112 0.21 0.02 0 0.56 185 0.12 0.39
Hex 58 6E 70 15 2 0 38 B9 C 27
Octal 130 156 160 25 2 0 70 271 14 47
Binary 1011000 1101110 1110000 10101 10 0 111000 10111001 1100 100111

Color Harmonies of #586E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586E70

Black with #586E70

Text Example


Text Example

White with #586E70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #586E70;
 }
 .AnyTagClassName
 {
   color: #586E70;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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