Html Css Color HEX #586958 Nandor

📋 copy color: '#586958'

red 88 ◦ green 105 ◦ blue 88

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

Shades of Nandor #586958

Tints of Nandor #586958

RGB

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

 GREEN value IS 105 (41.41% from 255) = 37.37%

 BLUE value IS 88 (34.77% from 255) = 31.32%

R = 31.32%
G = 37.37%
B = 31.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.16

 K value IS 0.59

RGB Variations

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

Color information

#586958 (or 0x586958) is known color: Nandor. HEX triplet: 58, 69 and 58. RGB value is (88,105,88). Sum of RGB (Red+Green+Blue) = 88+105+88=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 88 (34.77% from 255 or 31.32% from 281); Max value from RGB is 105 - color contains mainly: green. Hex color #586958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586958 is #A796A7. Grayscale: #626262. Windows color (decimal): -10983080 or 5794136. OLE color: 5794136.

HSL color Cylindrical-coordinate representation of color #586958: hue angle of 120º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #586958 is Cyan = 0.16, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.59.

Color convert

RGB 88 105 88 -
CMYK 0.16 0 0.16 0.59
HSL 120º 0.09% 0.38% -
HSV(B) 120º 0.16% 0.41% -
XYZ 10.84 12.88 11.15 -
YUV 97.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 88 105 88 0.16 0 0.16 0.59 120 0.09 0.38
Hex 58 69 58 10 0 10 3B 78 9 26
Octal 130 151 130 20 0 20 73 170 11 46
Binary 1011000 1101001 1011000 10000 0 10000 111011 1111000 1001 100110

Color Harmonies of #586958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586958

Black with #586958

Text Example


Text Example

White with #586958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586958; }

 p { color: rgb(88,105,88); }

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

background-color css

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

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

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

border-color css

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

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

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