Html Css Color HEX #58574B Millbrook

📋 copy color: '#58574B'

red 88 ◦ green 87 ◦ blue 75

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

Shades of Millbrook #58574B

Tints of Millbrook #58574B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30%

R = 35.2%
G = 34.8%
B = 30%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#58574B (or 0x58574B) is known color: Millbrook. HEX triplet: 58, 57 and 4B. RGB value is (88,87,75). Sum of RGB (Red+Green+Blue) = 88+87+75=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 87 (34.38% from 255 or 34.8% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 88 - color contains mainly: red. Hex color #58574B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58574B is #A7A8B4. Grayscale: #555555. Windows color (decimal): -10987701 or 4937560. OLE color: 4937560.

HSL color Cylindrical-coordinate representation of color #58574B: hue angle of 55.38º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #58574B is Cyan = 0, Magento = 0.01, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 87 75 -
CMYK 0 0.01 0.15 0.65
HSL 55.38º 0.08% 0.32% -
HSV(B) 55.38º 0.15% 0.35% -
XYZ 8.7 9.4 8.01 -
YUV 85.93 121.83 129.48 -
System Red Green Blue C M Y K H S L
Decimal 88 87 75 0 0.01 0.15 0.65 55.38 0.08 0.32
Hex 58 57 4B 0 1 F 41 37 8 20
Octal 130 127 113 0 1 17 101 67 10 40
Binary 1011000 1010111 1001011 0 1 1111 1000001 110111 1000 100000

Color Harmonies of #58574B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58574B

Black with #58574B

Text Example


Text Example

White with #58574B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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