Html Css Color HEX #586858 Nandor

📋 copy color: '#586858'

red 88 ◦ green 104 ◦ blue 88

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

Shades of Nandor #586858

Tints of Nandor #586858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.14%

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

R = 31.43%
G = 37.14%
B = 31.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#586858 (or 0x586858) is known color: Nandor. HEX triplet: 58, 68 and 58. RGB value is (88,104,88). Sum of RGB (Red+Green+Blue) = 88+104+88=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 104 (41.02% from 255 or 37.14% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 104 - color contains mainly: green. Hex color #586858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586858 is #A797A7. Grayscale: #616161. Windows color (decimal): -10983336 or 5793880. OLE color: 5793880.

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

Color convert

RGB 88 104 88 -
CMYK 0.15 0 0.15 0.59
HSL 120º 0.08% 0.38% -
HSV(B) 120º 0.15% 0.41% -
XYZ 10.74 12.68 11.11 -
YUV 97.39 122.7 121.3 -
System Red Green Blue C M Y K H S L
Decimal 88 104 88 0.15 0 0.15 0.59 120 0.08 0.38
Hex 58 68 58 F 0 F 3B 78 8 26
Octal 130 150 130 17 0 17 73 170 10 46
Binary 1011000 1101000 1011000 1111 0 1111 111011 1111000 1000 100110

Color Harmonies of #586858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586858

Black with #586858

Text Example


Text Example

White with #586858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586858; }

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

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

background-color css

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

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

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

border-color css

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

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

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