Html Css Color HEX #5E5C50 Millbrook

📋 copy color: '#5E5C50'

red 94 ◦ green 92 ◦ blue 80

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

Shades of Millbrook #5E5C50

Tints of Millbrook #5E5C50

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.59%

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

R = 35.34%
G = 34.59%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.63

RGB Variations

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

Color information

#5E5C50 (or 0x5E5C50) is known color: Millbrook. HEX triplet: 5E, 5C and 50. RGB value is (94,92,80). Sum of RGB (Red+Green+Blue) = 94+92+80=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 92 (36.33% from 255 or 34.59% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5C50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5C50 is #A1A3AF. Grayscale: #5B5B5B. Windows color (decimal): -10593200 or 5266526. OLE color: 5266526.

HSL color Cylindrical-coordinate representation of color #5E5C50: hue angle of 51.43º 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 #5E5C50 is Cyan = 0, Magento = 0.02, Yellow = 0.15 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 92 80 -
CMYK 0 0.02 0.15 0.63
HSL 51.43º 0.08% 0.34% -
HSV(B) 51.43º 0.15% 0.37% -
XYZ 9.89 10.61 9.12 -
YUV 91.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 94 92 80 0 0.02 0.15 0.63 51.43 0.08 0.34
Hex 5E 5C 50 0 2 F 3F 33 8 22
Octal 136 134 120 0 2 17 77 63 10 42
Binary 1011110 1011100 1010000 0 10 1111 111111 110011 1000 100010

Color Harmonies of #5E5C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5C50

Black with #5E5C50

Text Example


Text Example

White with #5E5C50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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