Html Css Color HEX #5E5B4D Millbrook

📋 copy color: '#5E5B4D'

red 94 ◦ green 91 ◦ blue 77

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

Shades of Millbrook #5E5B4D

Tints of Millbrook #5E5B4D

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

 BLUE value IS 77 (30.47% from 255) = 29.39%

R = 35.88%
G = 34.73%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.18

 K value IS 0.63

RGB Variations

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

Color information

#5E5B4D (or 0x5E5B4D) is known color: Millbrook. HEX triplet: 5E, 5B and 4D. RGB value is (94,91,77). Sum of RGB (Red+Green+Blue) = 94+91+77=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5B4D is #A1A4B2. Grayscale: #5A5A5A. Windows color (decimal): -10593459 or 5069662. OLE color: 5069662.

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

Color convert

RGB 94 91 77 -
CMYK 0 0.03 0.18 0.63
HSL 49.41º 0.1% 0.34% -
HSV(B) 49.41º 0.18% 0.37% -
XYZ 9.7 10.4 8.52 -
YUV 90.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 94 91 77 0 0.03 0.18 0.63 49.41 0.1 0.34
Hex 5E 5B 4D 0 3 12 3F 31 A 22
Octal 136 133 115 0 3 22 77 61 12 42
Binary 1011110 1011011 1001101 0 11 10010 111111 110001 1010 100010

Color Harmonies of #5E5B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E5B4D

Black with #5E5B4D

Text Example


Text Example

White with #5E5B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,91,77); }

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

background-color css

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

 a { background-color: rgb(94,91,77); }

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

border-color css

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

 span { border-color: rgb(94,91,77); }

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