Html Css Color HEX #585750 Millbrook

📋 copy color: '#585750'

red 88 ◦ green 87 ◦ blue 80

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

Shades of Millbrook #585750

Tints of Millbrook #585750

RGB

 RED value IS 88 (34.77% from 255) = 34.51%

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

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

R = 34.51%
G = 34.12%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.09

 K value IS 0.65

RGB Variations

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

Color information

#585750 (or 0x585750) is known color: Millbrook. HEX triplet: 58, 57 and 50. RGB value is (88,87,80). Sum of RGB (Red+Green+Blue) = 88+87+80=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585750 is #A7A8AF. Grayscale: #565656. Windows color (decimal): -10987696 or 5265240. OLE color: 5265240.

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

Color convert

RGB 88 87 80 -
CMYK 0 0.01 0.09 0.65
HSL 52.5º 0.05% 0.33% -
HSV(B) 52.5º 0.09% 0.35% -
XYZ 8.88 9.47 8.95 -
YUV 86.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 88 87 80 0 0.01 0.09 0.65 52.5 0.05 0.33
Hex 58 57 50 0 1 9 41 34 5 21
Octal 130 127 120 0 1 11 101 64 5 41
Binary 1011000 1010111 1010000 0 1 1001 1000001 110100 101 100001

Color Harmonies of #585750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585750

Black with #585750

Text Example


Text Example

White with #585750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585750; }

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

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

background-color css

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

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

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

border-color css

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

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

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