Html Css Color HEX #584D4F Don Juan

📋 copy color: '#584D4F'

red 88 ◦ green 77 ◦ blue 79

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

Shades of Don Juan #584D4F

Tints of Don Juan #584D4F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.56%

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

R = 36.07%
G = 31.56%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#584D4F (or 0x584D4F) is known color: Don Juan. HEX triplet: 58, 4D and 4F. RGB value is (88,77,79). Sum of RGB (Red+Green+Blue) = 88+77+79=244 (32% of max value = 765). Red value is 88 (34.77% from 255 or 36.07% from 244); Green value is 77 (30.47% from 255 or 31.56% from 244); Blue value is 79 (31.25% from 255 or 32.38% from 244); Max value from RGB is 88 - color contains mainly: red. Hex color #584D4F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #584D4F is #A7B2B0. Grayscale: #505050. Windows color (decimal): -10990257 or 5197144. OLE color: 5197144.

HSL color Cylindrical-coordinate representation of color #584D4F: hue angle of 349.09º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #584D4F is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 77 79 -
CMYK 0 0.12 0.10 0.65
HSL 349.09º 0.07% 0.32% -
HSV(B) 349.09º 0.13% 0.35% -
XYZ 8.09 7.95 8.5 -
YUV 80.52 127.14 133.34 -
System Red Green Blue C M Y K H S L
Decimal 88 77 79 0 0.12 0.10 0.65 349.09 0.07 0.32
Hex 58 4D 4F 0 C A 41 15D 7 20
Octal 130 115 117 0 14 12 101 535 7 40
Binary 1011000 1001101 1001111 0 1100 1010 1000001 101011101 111 100000

Color Harmonies of #584D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #584D4F

Black with #584D4F

Text Example


Text Example

White with #584D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #584D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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