Html Css Color HEX #585250 Tundora

📋 copy color: '#585250'

red 88 ◦ green 82 ◦ blue 80

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

Shades of Tundora #585250

Tints of Tundora #585250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 32.8%

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

R = 35.2%
G = 32.8%
B = 32%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#585250 (or 0x585250) is known color: Tundora. HEX triplet: 58, 52 and 50. RGB value is (88,82,80). Sum of RGB (Red+Green+Blue) = 88+82+80=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 80 (31.64% from 255 or 32% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #585250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585250 is #A7ADAF. Grayscale: #535353. Windows color (decimal): -10988976 or 5263960. OLE color: 5263960.

HSL color Cylindrical-coordinate representation of color #585250: hue angle of 15º 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 #585250 is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 82 80 -
CMYK 0 0.07 0.09 0.65
HSL 15º 0.05% 0.33% -
HSV(B) 15º 0.09% 0.35% -
XYZ 8.49 8.69 8.82 -
YUV 83.57 125.99 131.16 -
System Red Green Blue C M Y K H S L
Decimal 88 82 80 0 0.07 0.09 0.65 15 0.05 0.33
Hex 58 52 50 0 7 9 41 F 5 21
Octal 130 122 120 0 7 11 101 17 5 41
Binary 1011000 1010010 1010000 0 111 1001 1000001 1111 101 100001

Color Harmonies of #585250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585250

Black with #585250

Text Example


Text Example

White with #585250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585250; }

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

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

background-color css

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

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

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

border-color css

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

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

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