Html Css Color HEX #58574F Millbrook

📋 copy color: '#58574F'

red 88 ◦ green 87 ◦ blue 79

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

Shades of Millbrook #58574F

Tints of Millbrook #58574F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 31.1%

R = 34.65%
G = 34.25%
B = 31.1%

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

#58574F (or 0x58574F) is known color: Millbrook. HEX triplet: 58, 57 and 4F. RGB value is (88,87,79). Sum of RGB (Red+Green+Blue) = 88+87+79=254 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.65% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 79 (31.25% from 255 or 31.10% from 254); Max value from RGB is 88 - color contains mainly: red. Hex color #58574F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58574F is #A7A8B0. Grayscale: #565656. Windows color (decimal): -10987697 or 5199704. OLE color: 5199704.

HSL color Cylindrical-coordinate representation of color #58574F: 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 #58574F is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 87 79 -
CMYK 0 0.01 0.10 0.65
HSL 53.33º 0.05% 0.33% -
HSV(B) 53.33º 0.1% 0.35% -
XYZ 8.84 9.46 8.76 -
YUV 86.39 123.83 129.15 -
System Red Green Blue C M Y K H S L
Decimal 88 87 79 0 0.01 0.10 0.65 53.33 0.05 0.33
Hex 58 57 4F 0 1 A 41 35 5 21
Octal 130 127 117 0 1 12 101 65 5 41
Binary 1011000 1010111 1001111 0 1 1010 1000001 110101 101 100001

Color Harmonies of #58574F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58574F

Black with #58574F

Text Example


Text Example

White with #58574F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58574F; }

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

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

background-color css

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

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

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

border-color css

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

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

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