#5B584B

Color #5B584B Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #5B584B

Tints of Millbrook #5B584B

Color information

#5B584B (or 0x5B584B) is unknown color: approx Millbrook. HEX triplet: 5B, 58 and 4B. RGB value is (91,88,75). Sum of RGB (Red+Green+Blue) = 91+88+75=254 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.83% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 75 (29.69% from 255 or 29.53% from 254); Max value from RGB is 91 - color contains mainly: red. Hex color #5B584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5B584B is #A4A7B4. Grayscale: #575757. Windows color (decimal): -10790837 or 4937819. OLE color: 4937819.

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

Color convert

RGB918875-
CMYK00.030.180.64
HSL48.75º9.64%32.55%-
HSV(B)48.75º17.58%35.69%-
XYZ9.079.718.05-
YUV87.42120.99130.56-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 35.83%
GREEN value IS 88 (34.77% from 255) = 34.65%
BLUE value IS 75 (29.69% from 255) = 29.53%
R=35.83%
G=34.65%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.18
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91887500.030.180.6448.759.6432.55
Hex5B584B03124031a21
Octal1331301130322100611241
Binary1011011101100010010110111001010000001100011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B584B;
 }
 .AnyTagClassName
 {
   color: #5B584B;
 }
</style>
background-color css

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

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

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

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

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

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