Html Css Color HEX #5F594B Masala

📋 copy color: '#5F594B'

red 95 ◦ green 89 ◦ blue 75

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

Shades of Masala #5F594B

Tints of Masala #5F594B

RGB

 RED value IS 95 (37.5% from 255) = 36.68%

 GREEN value IS 89 (35.16% from 255) = 34.36%

 BLUE value IS 75 (29.69% from 255) = 28.96%

R = 36.68%
G = 34.36%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.63

RGB Variations

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

Color information

#5F594B (or 0x5F594B) is known color: Masala. HEX triplet: 5F, 59 and 4B. RGB value is (95,89,75). Sum of RGB (Red+Green+Blue) = 95+89+75=259 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.68% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 95 - color contains mainly: red. Hex color #5F594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5F594B is #A0A6B4. Grayscale: #595959. Windows color (decimal): -10528437 or 4938079. OLE color: 4938079.

HSL color Cylindrical-coordinate representation of color #5F594B: hue angle of 42º degrees, saturation: 0.12, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #5F594B is Cyan = 0, Magento = 0.06, Yellow = 0.21 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 89 75 -
CMYK 0 0.06 0.21 0.63
HSL 42º 0.12% 0.33% -
HSV(B) 42º 0.21% 0.37% -
XYZ 9.56 10.09 8.1 -
YUV 89.2 119.99 132.14 -
System Red Green Blue C M Y K H S L
Decimal 95 89 75 0 0.06 0.21 0.63 42 0.12 0.33
Hex 5F 59 4B 0 6 15 3F 2A C 21
Octal 137 131 113 0 6 25 77 52 14 41
Binary 1011111 1011001 1001011 0 110 10101 111111 101010 1100 100001

Color Harmonies of #5F594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F594B

Black with #5F594B

Text Example


Text Example

White with #5F594B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F594B; }

 p { color: rgb(95,89,75); }

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

background-color css

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

 a { background-color: rgb(95,89,75); }

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

border-color css

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

 span { border-color: rgb(95,89,75); }

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