Html Css Color HEX #5E5D50 Millbrook

📋 copy color: '#5E5D50'

red 94 ◦ green 93 ◦ blue 80

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

Shades of Millbrook #5E5D50

Tints of Millbrook #5E5D50

RGB

 RED value IS 94 (37.11% from 255) = 35.21%

 GREEN value IS 93 (36.72% from 255) = 34.83%

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

R = 35.21%
G = 34.83%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E5D50 (or 0x5E5D50) is known color: Millbrook. HEX triplet: 5E, 5D and 50. RGB value is (94,93,80). Sum of RGB (Red+Green+Blue) = 94+93+80=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 93 (36.72% from 255 or 34.83% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5D50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5D50 is #A1A2AF. Grayscale: #5B5B5B. Windows color (decimal): -10592944 or 5266782. OLE color: 5266782.

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

Color convert

RGB 94 93 80 -
CMYK 0 0.01 0.15 0.63
HSL 55.71º 0.08% 0.34% -
HSV(B) 55.71º 0.15% 0.37% -
XYZ 9.98 10.79 9.15 -
YUV 91.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 94 93 80 0 0.01 0.15 0.63 55.71 0.08 0.34
Hex 5E 5D 50 0 1 F 3F 38 8 22
Octal 136 135 120 0 1 17 77 70 10 42
Binary 1011110 1011101 1010000 0 1 1111 111111 111000 1000 100010

Color Harmonies of #5E5D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5D50

Black with #5E5D50

Text Example


Text Example

White with #5E5D50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,93,80); }

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

background-color css

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

 a { background-color: rgb(94,93,80); }

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

border-color css

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

 span { border-color: rgb(94,93,80); }

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