Html Css Color HEX #586D6F Nevada

📋 copy color: '#586D6F'

red 88 ◦ green 109 ◦ blue 111

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

Shades of Nevada #586D6F

Tints of Nevada #586D6F

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 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

#586D6F (or 0x586D6F) is known color: 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

RGB 88 109 111 -
CMYK 0.21 0.02 0 0.56
HSL 185.22º 0.12% 0.39% -
HSV(B) 185.22º 0.21% 0.44% -
XYZ 12.36 14.16 17.12 -
YUV 102.95 132.54 117.34 -
System Red Green Blue C M Y K H S L
Decimal 88 109 111 0.21 0.02 0 0.56 185.22 0.12 0.39
Hex 58 6D 6F 15 2 0 38 B9 C 27
Octal 130 155 157 25 2 0 70 271 14 47
Binary 1011000 1101101 1101111 10101 10 0 111000 10111001 1100 100111

Color Harmonies of #586D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586D6F

Black with #586D6F

Text Example


Text Example

White with #586D6F

Text Example


Text Example

HTML Codes & Css Web 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>