Html Css Color HEX #5B5A4B Millbrook

📋 copy color: '#5B5A4B'

red 91 ◦ green 90 ◦ blue 75

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

Shades of Millbrook #5B5A4B

Tints of Millbrook #5B5A4B

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.16%

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

R = 35.55%
G = 35.16%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.18

 K value IS 0.64

RGB Variations

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

Color information

#5B5A4B (or 0x5B5A4B) is known color: Millbrook. HEX triplet: 5B, 5A and 4B. RGB value is (91,90,75). Sum of RGB (Red+Green+Blue) = 91+90+75=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 91 - color contains mainly: red. Hex color #5B5A4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B5A4B is #A4A5B4. Grayscale: #585858. Windows color (decimal): -10790325 or 4938331. OLE color: 4938331.

HSL color Cylindrical-coordinate representation of color #5B5A4B: hue angle of 56.25º 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 #5B5A4B is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 90 75 -
CMYK 0 0.01 0.18 0.64
HSL 56.25º 0.1% 0.33% -
HSV(B) 56.25º 0.18% 0.36% -
XYZ 9.24 10.04 8.11 -
YUV 88.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 91 90 75 0 0.01 0.18 0.64 56.25 0.1 0.33
Hex 5B 5A 4B 0 1 12 40 38 A 21
Octal 133 132 113 0 1 22 100 70 12 41
Binary 1011011 1011010 1001011 0 1 10010 1000000 111000 1010 100001

Color Harmonies of #5B5A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5A4B

Black with #5B5A4B

Text Example


Text Example

White with #5B5A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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