Html Css Color HEX #595850 Millbrook

📋 copy color: '#595850'

red 89 ◦ green 88 ◦ blue 80

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

Shades of Millbrook #595850

Tints of Millbrook #595850

RGB

 RED value IS 89 (35.16% from 255) = 34.63%

 GREEN value IS 88 (34.77% from 255) = 34.24%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 34.63%
G = 34.24%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#595850 (or 0x595850) is known color: Millbrook. HEX triplet: 59, 58 and 50. RGB value is (89,88,80). Sum of RGB (Red+Green+Blue) = 89+88+80=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 89 - color contains mainly: red. Hex color #595850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595850 is #A6A7AF. Grayscale: #575757. Windows color (decimal): -10921904 or 5265497. OLE color: 5265497.

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

Color convert

RGB 89 88 80 -
CMYK 0 0.01 0.10 0.65
HSL 53.33º 0.05% 0.33% -
HSV(B) 53.33º 0.1% 0.35% -
XYZ 9.06 9.68 8.98 -
YUV 87.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 89 88 80 0 0.01 0.10 0.65 53.33 0.05 0.33
Hex 59 58 50 0 1 A 41 35 5 21
Octal 131 130 120 0 1 12 101 65 5 41
Binary 1011001 1011000 1010000 0 1 1010 1000001 110101 101 100001

Color Harmonies of #595850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595850

Black with #595850

Text Example


Text Example

White with #595850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595850; }

 p { color: rgb(89,88,80); }

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

background-color css

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

 a { background-color: rgb(89,88,80); }

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

border-color css

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

 span { border-color: rgb(89,88,80); }

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