Html Css Color HEX #5F5550 Tundora

📋 copy color: '#5F5550'

red 95 ◦ green 85 ◦ blue 80

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

Shades of Tundora #5F5550

Tints of Tundora #5F5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.69%

 BLUE value IS 80 (31.64% from 255) = 30.77%

R = 36.54%
G = 32.69%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.16

 K value IS 0.63

RGB Variations

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

Color information

#5F5550 (or 0x5F5550) is known color: Tundora. HEX triplet: 5F, 55 and 50. RGB value is (95,85,80). Sum of RGB (Red+Green+Blue) = 95+85+80=260 (34% of max value = 765). Red value is 95 (37.5% from 255 or 36.54% from 260); Green value is 85 (33.59% from 255 or 32.69% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 95 - color contains mainly: red. Hex color #5F5550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F5550 is #A0AAAF. Grayscale: #575757. Windows color (decimal): -10529456 or 5264735. OLE color: 5264735.

HSL color Cylindrical-coordinate representation of color #5F5550: hue angle of 20º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #5F5550 is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.63.

Color convert

RGB 95 85 80 -
CMYK 0 0.11 0.16 0.63
HSL 20º 0.09% 0.34% -
HSV(B) 20º 0.16% 0.37% -
XYZ 9.42 9.51 8.93 -
YUV 87.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 95 85 80 0 0.11 0.16 0.63 20 0.09 0.34
Hex 5F 55 50 0 B 10 3F 14 9 22
Octal 137 125 120 0 13 20 77 24 11 42
Binary 1011111 1010101 1010000 0 1011 10000 111111 10100 1001 100010

Color Harmonies of #5F5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F5550

Black with #5F5550

Text Example


Text Example

White with #5F5550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(95,85,80); }

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

background-color css

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

 a { background-color: rgb(95,85,80); }

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

border-color css

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

 span { border-color: rgb(95,85,80); }

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