Html Css Color HEX #5B584D Millbrook

📋 copy color: '#5B584D'

red 91 ◦ green 88 ◦ blue 77

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

Shades of Millbrook #5B584D

Tints of Millbrook #5B584D

RGB

 RED value IS 91 (35.94% from 255) = 35.55%

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 35.55%
G = 34.38%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5B584D (or 0x5B584D) is known color: Millbrook. HEX triplet: 5B, 58 and 4D. RGB value is (91,88,77). Sum of RGB (Red+Green+Blue) = 91+88+77=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 77 (30.47% from 255 or 30.08% from 256); Max value from RGB is 91 - color contains mainly: red. Hex color #5B584D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B584D is #A4A7B2. Grayscale: #575757. Windows color (decimal): -10790835 or 5068891. OLE color: 5068891.

HSL color Cylindrical-coordinate representation of color #5B584D: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5B584D is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 88 77 -
CMYK 0 0.03 0.15 0.64
HSL 47.14º 0.08% 0.33% -
HSV(B) 47.14º 0.15% 0.36% -
XYZ 9.14 9.74 8.42 -
YUV 87.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 91 88 77 0 0.03 0.15 0.64 47.14 0.08 0.33
Hex 5B 58 4D 0 3 F 40 2F 8 21
Octal 133 130 115 0 3 17 100 57 10 41
Binary 1011011 1011000 1001101 0 11 1111 1000000 101111 1000 100001

Color Harmonies of #5B584D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B584D

Black with #5B584D

Text Example


Text Example

White with #5B584D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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