Html Css Color HEX #595750 Millbrook

📋 copy color: '#595750'

red 89 ◦ green 87 ◦ blue 80

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

Shades of Millbrook #595750

Tints of Millbrook #595750

RGB

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

 GREEN value IS 87 (34.38% from 255) = 33.98%

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

R = 34.77%
G = 33.98%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#595750 (or 0x595750) is known color: Millbrook. HEX triplet: 59, 57 and 50. RGB value is (89,87,80). Sum of RGB (Red+Green+Blue) = 89+87+80=256 (33% of max value = 765). Red value is 89 (35.16% from 255 or 34.77% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 80 (31.64% from 255 or 31.25% from 256); Max value from RGB is 89 - color contains mainly: red. Hex color #595750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595750 is #A6A8AF. Grayscale: #565656. Windows color (decimal): -10922160 or 5265241. OLE color: 5265241.

HSL color Cylindrical-coordinate representation of color #595750: hue angle of 46.67º 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 #595750 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 89 87 80 -
CMYK 0 0.02 0.10 0.65
HSL 46.67º 0.05% 0.33% -
HSV(B) 46.67º 0.1% 0.35% -
XYZ 8.98 9.52 8.95 -
YUV 86.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 89 87 80 0 0.02 0.10 0.65 46.67 0.05 0.33
Hex 59 57 50 0 2 A 41 2F 5 21
Octal 131 127 120 0 2 12 101 57 5 41
Binary 1011001 1010111 1010000 0 10 1010 1000001 101111 101 100001

Color Harmonies of #595750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #595750

Black with #595750

Text Example


Text Example

White with #595750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #595750; }

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

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

background-color css

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

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

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

border-color css

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

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

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