Html Css Color HEX #585655 Tundora

📋 copy color: '#585655'

red 88 ◦ green 86 ◦ blue 85

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

Shades of Tundora #585655

Tints of Tundora #585655

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.2%

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 33.98%
G = 33.2%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.03

 K value IS 0.65

RGB Variations

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

Color information

#585655 (or 0x585655) is known color: Tundora. HEX triplet: 58, 56 and 55. RGB value is (88,86,85). Sum of RGB (Red+Green+Blue) = 88+86+85=259 (34% of max value = 765). Red value is 88 (34.77% from 255 or 33.98% from 259); Green value is 86 (33.98% from 255 or 33.20% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 88 - color contains mainly: red. Hex color #585655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585655 is #A7A9AA. Grayscale: #565656. Windows color (decimal): -10987947 or 5592664. OLE color: 5592664.

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

Color convert

RGB 88 86 85 -
CMYK 0 0.02 0.03 0.65
HSL 20º 0.02% 0.34% -
HSV(B) 20º 0.03% 0.35% -
XYZ 8.99 9.39 9.93 -
YUV 86.48 127.16 129.08 -
System Red Green Blue C M Y K H S L
Decimal 88 86 85 0 0.02 0.03 0.65 20 0.02 0.34
Hex 58 56 55 0 2 3 41 14 2 22
Octal 130 126 125 0 2 3 101 24 2 42
Binary 1011000 1010110 1010101 0 10 11 1000001 10100 10 100010

Color Harmonies of #585655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585655

Black with #585655

Text Example


Text Example

White with #585655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585655; }

 p { color: rgb(88,86,85); }

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

background-color css

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

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

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

border-color css

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

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

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