Html Css Color HEX #58564F Millbrook

📋 copy color: '#58564F'

red 88 ◦ green 86 ◦ blue 79

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

Shades of Millbrook #58564F

Tints of Millbrook #58564F

RGB

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

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

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

R = 34.78%
G = 33.99%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#58564F (or 0x58564F) is known color: Millbrook. HEX triplet: 58, 56 and 4F. RGB value is (88,86,79). Sum of RGB (Red+Green+Blue) = 88+86+79=253 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.78% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 79 (31.25% from 255 or 31.23% from 253); Max value from RGB is 88 - color contains mainly: red. Hex color #58564F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #58564F is #A7A9B0. Grayscale: #555555. Windows color (decimal): -10987953 or 5199448. OLE color: 5199448.

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

Color convert

RGB 88 86 79 -
CMYK 0 0.02 0.10 0.65
HSL 46.67º 0.05% 0.33% -
HSV(B) 46.67º 0.1% 0.35% -
XYZ 8.76 9.29 8.73 -
YUV 85.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 88 86 79 0 0.02 0.10 0.65 46.67 0.05 0.33
Hex 58 56 4F 0 2 A 41 2F 5 21
Octal 130 126 117 0 2 12 101 57 5 41
Binary 1011000 1010110 1001111 0 10 1010 1000001 101111 101 100001

Color Harmonies of #58564F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58564F

Black with #58564F

Text Example


Text Example

White with #58564F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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