Html Css Color HEX #586558 Nandor

📋 copy color: '#586558'

red 88 ◦ green 101 ◦ blue 88

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

Shades of Nandor #586558

Tints of Nandor #586558

RGB

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

 GREEN value IS 101 (39.84% from 255) = 36.46%

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

R = 31.77%
G = 36.46%
B = 31.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.60

RGB Variations

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

Color information

#586558 (or 0x586558) is known color: Nandor. HEX triplet: 58, 65 and 58. RGB value is (88,101,88). Sum of RGB (Red+Green+Blue) = 88+101+88=277 (36% of max value = 765). Red value is 88 (34.77% from 255 or 31.77% from 277); Green value is 101 (39.84% from 255 or 36.46% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 101 - color contains mainly: green. Hex color #586558 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586558 is #A79AA7. Grayscale: #5F5F5F. Windows color (decimal): -10984104 or 5793112. OLE color: 5793112.

HSL color Cylindrical-coordinate representation of color #586558: hue angle of 120º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #586558 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB 88 101 88 -
CMYK 0.13 0 0.13 0.60
HSL 120º 0.07% 0.37% -
HSV(B) 120º 0.13% 0.4% -
XYZ 10.44 12.09 11.02 -
YUV 95.63 123.69 122.56 -
System Red Green Blue C M Y K H S L
Decimal 88 101 88 0.13 0 0.13 0.60 120 0.07 0.37
Hex 58 65 58 D 0 D 3C 78 7 25
Octal 130 145 130 15 0 15 74 170 7 45
Binary 1011000 1100101 1011000 1101 0 1101 111100 1111000 111 100101

Color Harmonies of #586558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586558

Black with #586558

Text Example


Text Example

White with #586558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586558; }

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

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

background-color css

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

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

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

border-color css

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

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

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