Html Css Color HEX #58524E Tundora

📋 copy color: '#58524E'

red 88 ◦ green 82 ◦ blue 78

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

Shades of Tundora #58524E

Tints of Tundora #58524E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.45%

R = 35.48%
G = 33.06%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.11

 K value IS 0.65

RGB Variations

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

Color information

#58524E (or 0x58524E) is known color: Tundora. HEX triplet: 58, 52 and 4E. RGB value is (88,82,78). Sum of RGB (Red+Green+Blue) = 88+82+78=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 78 (30.86% from 255 or 31.45% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58524E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58524E is #A7ADB1. Grayscale: #535353. Windows color (decimal): -10988978 or 5132888. OLE color: 5132888.

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

Color convert

RGB 88 82 78 -
CMYK 0 0.07 0.11 0.65
HSL 24º 0.06% 0.33% -
HSV(B) 24º 0.11% 0.35% -
XYZ 8.42 8.66 8.44 -
YUV 83.34 124.99 131.33 -
System Red Green Blue C M Y K H S L
Decimal 88 82 78 0 0.07 0.11 0.65 24 0.06 0.33
Hex 58 52 4E 0 7 B 41 18 6 21
Octal 130 122 116 0 7 13 101 30 6 41
Binary 1011000 1010010 1001110 0 111 1011 1000001 11000 110 100001

Color Harmonies of #58524E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58524E

Black with #58524E

Text Example


Text Example

White with #58524E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58524E; }

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

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

background-color css

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

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

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

border-color css

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

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

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