Html Css Color HEX #585350 Tundora

📋 copy color: '#585350'

red 88 ◦ green 83 ◦ blue 80

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

Shades of Tundora #585350

Tints of Tundora #585350

RGB

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

 GREEN value IS 83 (32.81% from 255) = 33.07%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 35.06%
G = 33.07%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#585350 (or 0x585350) is known color: Tundora. HEX triplet: 58, 53 and 50. RGB value is (88,83,80). Sum of RGB (Red+Green+Blue) = 88+83+80=251 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.06% from 251); Green value is 83 (32.81% from 255 or 33.07% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 88 - color contains mainly: red. Hex color #585350 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585350 is #A7ACAF. Grayscale: #545454. Windows color (decimal): -10988720 or 5264216. OLE color: 5264216.

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

Color convert

RGB 88 83 80 -
CMYK 0 0.06 0.09 0.65
HSL 22.5º 0.05% 0.33% -
HSV(B) 22.5º 0.09% 0.35% -
XYZ 8.57 8.84 8.84 -
YUV 84.15 125.66 130.74 -
System Red Green Blue C M Y K H S L
Decimal 88 83 80 0 0.06 0.09 0.65 22.5 0.05 0.33
Hex 58 53 50 0 6 9 41 16 5 21
Octal 130 123 120 0 6 11 101 26 5 41
Binary 1011000 1010011 1010000 0 110 1001 1000001 10110 101 100001

Color Harmonies of #585350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585350

Black with #585350

Text Example


Text Example

White with #585350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585350; }

 p { color: rgb(88,83,80); }

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

background-color css

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

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

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

border-color css

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

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

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