Html Css Color HEX #585958 Nandor

📋 copy color: '#585958'

red 88 ◦ green 89 ◦ blue 88

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

Shades of Nandor #585958

Tints of Nandor #585958

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.58%

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

R = 33.21%
G = 33.58%
B = 33.21%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.01

 K value IS 0.65

RGB Variations

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

Color information

#585958 (or 0x585958) is known color: Nandor. HEX triplet: 58, 59 and 58. RGB value is (88,89,88). Sum of RGB (Red+Green+Blue) = 88+89+88=265 (35% of max value = 765). Red value is 88 (34.77% from 255 or 33.21% from 265); Green value is 89 (35.16% from 255 or 33.58% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 89 - color contains mainly: green. Hex color #585958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585958 is #A7A6A7. Grayscale: #585858. Windows color (decimal): -10987176 or 5790040. OLE color: 5790040.

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

Color convert

RGB 88 89 88 -
CMYK 0.01 0 0.01 0.65
HSL 120º 0.01% 0.35% -
HSV(B) 120º 0.01% 0.35% -
XYZ 9.36 9.92 10.65 -
YUV 88.59 127.67 127.58 -
System Red Green Blue C M Y K H S L
Decimal 88 89 88 0.01 0 0.01 0.65 120 0.01 0.35
Hex 58 59 58 1 0 1 41 78 1 23
Octal 130 131 130 1 0 1 101 170 1 43
Binary 1011000 1011001 1011000 1 0 1 1000001 1111000 1 100011

Color Harmonies of #585958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585958

Black with #585958

Text Example


Text Example

White with #585958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585958; }

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

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

background-color css

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

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

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

border-color css

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

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

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