#5C5B4D

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

Shades of Millbrook #5C5B4D

Tints of Millbrook #5C5B4D

Color information

#5C5B4D (or 0x5C5B4D) is unknown color: approx Millbrook. HEX triplet: 5C, 5B and 4D. RGB value is (92,91,77). Sum of RGB (Red+Green+Blue) = 92+91+77=260 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.38% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5B4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5B4D is #A3A4B2. Grayscale: #595959. Windows color (decimal): -10724531 or 5069660. OLE color: 5069660.

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

Color convert

RGB929177-
CMYK00.010.160.64
HSL56º8.88%33.14%-
HSV(B)56º16.3%36.08%-
XYZ9.4910.298.51-
YUV89.7120.83129.64-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.38%
GREEN value IS 91 (35.94% from 255) = 35%
BLUE value IS 77 (30.47% from 255) = 29.62%
R=35.38%
G=35%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92917700.010.160.64568.8833.14
Hex5C5B4D01104038921
Octal1341331150120100701141
Binary101110010110111001101011000010000001110001001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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