Html Css Color HEX #58524F Tundora

📋 copy color: '#58524F'

red 88 ◦ green 82 ◦ blue 79

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

Shades of Tundora #58524F

Tints of Tundora #58524F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.73%

R = 35.34%
G = 32.93%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58524F (or 0x58524F) is known color: Tundora. HEX triplet: 58, 52 and 4F. RGB value is (88,82,79). Sum of RGB (Red+Green+Blue) = 88+82+79=249 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.34% from 249); Green value is 82 (32.42% from 255 or 32.93% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 88 - color contains mainly: red. Hex color #58524F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58524F is #A7ADB0. Grayscale: #535353. Windows color (decimal): -10988977 or 5198424. OLE color: 5198424.

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

Color convert

RGB 88 82 79 -
CMYK 0 0.07 0.10 0.65
HSL 20º 0.05% 0.33% -
HSV(B) 20º 0.1% 0.35% -
XYZ 8.45 8.67 8.63 -
YUV 83.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 88 82 79 0 0.07 0.10 0.65 20 0.05 0.33
Hex 58 52 4F 0 7 A 41 14 5 21
Octal 130 122 117 0 7 12 101 24 5 41
Binary 1011000 1010010 1001111 0 111 1010 1000001 10100 101 100001

Color Harmonies of #58524F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58524F

Black with #58524F

Text Example


Text Example

White with #58524F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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