Html Css Color HEX #58514F Tundora

📋 copy color: '#58514F'

red 88 ◦ green 81 ◦ blue 79

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

Shades of Tundora #58514F

Tints of Tundora #58514F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 32.66%

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

R = 35.48%
G = 32.66%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58514F (or 0x58514F) is known color: Tundora. HEX triplet: 58, 51 and 4F. RGB value is (88,81,79). Sum of RGB (Red+Green+Blue) = 88+81+79=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 81 (32.03% from 255 or 32.66% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58514F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58514F is #A7AEB0. Grayscale: #525252. Windows color (decimal): -10989233 or 5198168. OLE color: 5198168.

HSL color Cylindrical-coordinate representation of color #58514F: hue angle of 13.33º 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 #58514F is Cyan = 0, Magento = 0.08, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 81 79 -
CMYK 0 0.08 0.10 0.65
HSL 13.33º 0.05% 0.33% -
HSV(B) 13.33º 0.1% 0.35% -
XYZ 8.38 8.52 8.6 -
YUV 82.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 88 81 79 0 0.08 0.10 0.65 13.33 0.05 0.33
Hex 58 51 4F 0 8 A 41 D 5 21
Octal 130 121 117 0 10 12 101 15 5 41
Binary 1011000 1010001 1001111 0 1000 1010 1000001 1101 101 100001

Color Harmonies of #58514F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58514F

Black with #58514F

Text Example


Text Example

White with #58514F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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