Html Css Color HEX #586258 Nandor

📋 copy color: '#586258'

red 88 ◦ green 98 ◦ blue 88

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

Shades of Nandor #586258

Tints of Nandor #586258

RGB

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

 GREEN value IS 98 (38.67% from 255) = 35.77%

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

R = 32.12%
G = 35.77%
B = 32.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#586258 (or 0x586258) is known color: Nandor. HEX triplet: 58, 62 and 58. RGB value is (88,98,88). Sum of RGB (Red+Green+Blue) = 88+98+88=274 (36% of max value = 765). Red value is 88 (34.77% from 255 or 32.12% from 274); Green value is 98 (38.67% from 255 or 35.77% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 98 - color contains mainly: green. Hex color #586258 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #586258 is #A79DA7. Grayscale: #5D5D5D. Windows color (decimal): -10984872 or 5792344. OLE color: 5792344.

HSL color Cylindrical-coordinate representation of color #586258: hue angle of 120º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #586258 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB 88 98 88 -
CMYK 0.10 0 0.10 0.62
HSL 120º 0.05% 0.36% -
HSV(B) 120º 0.1% 0.38% -
XYZ 10.15 11.51 10.92 -
YUV 93.87 124.69 123.81 -
System Red Green Blue C M Y K H S L
Decimal 88 98 88 0.10 0 0.10 0.62 120 0.05 0.36
Hex 58 62 58 A 0 A 3E 78 5 24
Octal 130 142 130 12 0 12 76 170 5 44
Binary 1011000 1100010 1011000 1010 0 1010 111110 1111000 101 100100

Color Harmonies of #586258

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #586258

Black with #586258

Text Example


Text Example

White with #586258

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #586258; }

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

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

background-color css

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

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

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

border-color css

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

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

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