#5A5951

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

Shades of Millbrook #5A5951

Tints of Millbrook #5A5951

Color information

#5A5951 (or 0x5A5951) is unknown color: approx Millbrook. HEX triplet: 5A, 59 and 51. RGB value is (90,89,81). Sum of RGB (Red+Green+Blue) = 90+89+81=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5951 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5951 is #A5A6AE. Grayscale: #585858. Windows color (decimal): -10856111 or 5331290. OLE color: 5331290.

HSL color Cylindrical-coordinate representation of color #5A5951: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5A5951 is Cyan = 0, Magento = 0.01, Yellow = 0.1 and Black (K on CMYK) = 0.65.

Color convert

RGB908981-
CMYK00.010.10.65
HSL53.33º5.26%33.53%-
HSV(B)53.33º10%35.29%-
XYZ9.279.919.21-
YUV88.39123.83129.15-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 34.62%
GREEN value IS 89 (35.16% from 255) = 34.23%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=34.62%
G=34.23%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.1
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90898100.010.10.6553.335.2633.53
Hex5A595101A4135522
Octal132131121011210165542
Binary1011010101100110100010110101000001110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,89,81); }

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

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

 a { background-color: rgb(90,89,81); }

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

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

 span { border-color: rgb(90,89,81); }

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