Html Css Color HEX #585554 Tundora

📋 copy color: '#585554'

red 88 ◦ green 85 ◦ blue 84

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

Shades of Tundora #585554

Tints of Tundora #585554

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.07%

 BLUE value IS 84 (33.2% from 255) = 32.68%

R = 34.24%
G = 33.07%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.05

 K value IS 0.65

RGB Variations

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

Color information

#585554 (or 0x585554) is known color: Tundora. HEX triplet: 58, 55 and 54. RGB value is (88,85,84). Sum of RGB (Red+Green+Blue) = 88+85+84=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 85 (33.59% from 255 or 33.07% from 257); Blue value is 84 (33.20% from 255 or 32.68% from 257); Max value from RGB is 88 - color contains mainly: red. Hex color #585554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585554 is #A7AAAB. Grayscale: #555555. Windows color (decimal): -10988204 or 5526872. OLE color: 5526872.

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

Color convert

RGB 88 85 84 -
CMYK 0 0.03 0.05 0.65
HSL 15º 0.02% 0.34% -
HSV(B) 15º 0.05% 0.35% -
XYZ 8.87 9.21 9.7 -
YUV 85.78 126.99 129.58 -
System Red Green Blue C M Y K H S L
Decimal 88 85 84 0 0.03 0.05 0.65 15 0.02 0.34
Hex 58 55 54 0 3 5 41 F 2 22
Octal 130 125 124 0 3 5 101 17 2 42
Binary 1011000 1010101 1010100 0 11 101 1000001 1111 10 100010

Color Harmonies of #585554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585554

Black with #585554

Text Example


Text Example

White with #585554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585554; }

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

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

background-color css

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

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

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

border-color css

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

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

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