Html Css Color HEX #585752 Millbrook

📋 copy color: '#585752'

red 88 ◦ green 87 ◦ blue 82

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

Shades of Millbrook #585752

Tints of Millbrook #585752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 31.91%

R = 34.24%
G = 33.85%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#585752 (or 0x585752) is known color: Millbrook. HEX triplet: 58, 57 and 52. RGB value is (88,87,82). Sum of RGB (Red+Green+Blue) = 88+87+82=257 (34% of max value = 765). Red value is 88 (34.77% from 255 or 34.24% from 257); Green value is 87 (34.38% from 255 or 33.85% from 257); Blue value is 82 (32.42% from 255 or 31.91% from 257); Max value from RGB is 88 - color contains mainly: red. Hex color #585752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585752 is #A7A8AD. Grayscale: #565656. Windows color (decimal): -10987694 or 5396312. OLE color: 5396312.

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

Color convert

RGB 88 87 82 -
CMYK 0 0.01 0.07 0.65
HSL 50º 0.04% 0.33% -
HSV(B) 50º 0.07% 0.35% -
XYZ 8.96 9.5 9.34 -
YUV 86.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 88 87 82 0 0.01 0.07 0.65 50 0.04 0.33
Hex 58 57 52 0 1 7 41 32 4 21
Octal 130 127 122 0 1 7 101 62 4 41
Binary 1011000 1010111 1010010 0 1 111 1000001 110010 100 100001

Color Harmonies of #585752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585752

Black with #585752

Text Example


Text Example

White with #585752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585752; }

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

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

background-color css

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

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

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

border-color css

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

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

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