Html Css Color HEX #58564A Millbrook

📋 copy color: '#58564A'

red 88 ◦ green 86 ◦ blue 74

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

Shades of Millbrook #58564A

Tints of Millbrook #58564A

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.68%

 BLUE value IS 74 (29.3% from 255) = 29.84%

R = 35.48%
G = 34.68%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.16

 K value IS 0.65

RGB Variations

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

Color information

#58564A (or 0x58564A) is known color: Millbrook. HEX triplet: 58, 56 and 4A. RGB value is (88,86,74). Sum of RGB (Red+Green+Blue) = 88+86+74=248 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.48% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 88 - color contains mainly: red. Hex color #58564A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #58564A is #A7A9B5. Grayscale: #555555. Windows color (decimal): -10987958 or 4871768. OLE color: 4871768.

HSL color Cylindrical-coordinate representation of color #58564A: hue angle of 51.43º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #58564A is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 86 74 -
CMYK 0 0.02 0.16 0.65
HSL 51.43º 0.09% 0.32% -
HSV(B) 51.43º 0.16% 0.35% -
XYZ 8.59 9.22 7.81 -
YUV 85.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 88 86 74 0 0.02 0.16 0.65 51.43 0.09 0.32
Hex 58 56 4A 0 2 10 41 33 9 20
Octal 130 126 112 0 2 20 101 63 11 40
Binary 1011000 1010110 1001010 0 10 10000 1000001 110011 1001 100000

Color Harmonies of #58564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58564A

Black with #58564A

Text Example


Text Example

White with #58564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58564A; }

 p { color: rgb(88,86,74); }

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

background-color css

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

 a { background-color: rgb(88,86,74); }

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

border-color css

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

 span { border-color: rgb(88,86,74); }

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