Html Css Color HEX #5B594B Millbrook

📋 copy color: '#5B594B'

red 91 ◦ green 89 ◦ blue 75

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

Shades of Millbrook #5B594B

Tints of Millbrook #5B594B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.41%

R = 35.69%
G = 34.9%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5B594B (or 0x5B594B) is known color: Millbrook. HEX triplet: 5B, 59 and 4B. RGB value is (91,89,75). Sum of RGB (Red+Green+Blue) = 91+89+75=255 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.69% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 75 (29.69% from 255 or 29.41% from 255); Max value from RGB is 91 - color contains mainly: red. Hex color #5B594B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B594B is #A4A6B4. Grayscale: #585858. Windows color (decimal): -10790581 or 4938075. OLE color: 4938075.

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

Color convert

RGB 91 89 75 -
CMYK 0 0.02 0.18 0.64
HSL 52.5º 0.1% 0.33% -
HSV(B) 52.5º 0.18% 0.36% -
XYZ 9.16 9.88 8.08 -
YUV 88 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 91 89 75 0 0.02 0.18 0.64 52.5 0.1 0.33
Hex 5B 59 4B 0 2 12 40 34 A 21
Octal 133 131 113 0 2 22 100 64 12 41
Binary 1011011 1011001 1001011 0 10 10010 1000000 110100 1010 100001

Color Harmonies of #5B594B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B594B

Black with #5B594B

Text Example


Text Example

White with #5B594B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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