Html Css Color HEX #5B594A Millbrook

📋 copy color: '#5B594A'

red 91 ◦ green 89 ◦ blue 74

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

Shades of Millbrook #5B594A

Tints of Millbrook #5B594A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 35.04%

 BLUE value IS 74 (29.3% from 255) = 29.13%

R = 35.83%
G = 35.04%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.19

 K value IS 0.64

RGB Variations

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

Color information

#5B594A (or 0x5B594A) is known color: Millbrook. HEX triplet: 5B, 59 and 4A. RGB value is (91,89,74). Sum of RGB (Red+Green+Blue) = 91+89+74=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 89 (35.16% from 255 or 35.04% from 254); Blue value is 74 (29.30% from 255 or 29.13% from 254); Max value from RGB is 91 - color contains mainly: red. Hex color #5B594A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B594A is #A4A6B5. Grayscale: #575757. Windows color (decimal): -10790582 or 4872539. OLE color: 4872539.

HSL color Cylindrical-coordinate representation of color #5B594A: hue angle of 52.94º degrees, saturation: 0.1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5B594A is Cyan = 0, Magento = 0.02, Yellow = 0.19 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 89 74 -
CMYK 0 0.02 0.19 0.64
HSL 52.94º 0.1% 0.32% -
HSV(B) 52.94º 0.19% 0.36% -
XYZ 9.12 9.86 7.9 -
YUV 87.89 120.16 130.22 -
System Red Green Blue C M Y K H S L
Decimal 91 89 74 0 0.02 0.19 0.64 52.94 0.1 0.32
Hex 5B 59 4A 0 2 13 40 35 A 20
Octal 133 131 112 0 2 23 100 65 12 40
Binary 1011011 1011001 1001010 0 10 10011 1000000 110101 1010 100000

Color Harmonies of #5B594A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B594A

Black with #5B594A

Text Example


Text Example

White with #5B594A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,89,74); }

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

background-color css

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

 a { background-color: rgb(91,89,74); }

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

border-color css

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

 span { border-color: rgb(91,89,74); }

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