Html Css Color HEX #5C594E Millbrook

📋 copy color: '#5C594E'

red 92 ◦ green 89 ◦ blue 78

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

Shades of Millbrook #5C594E

Tints of Millbrook #5C594E

RGB

 RED value IS 92 (36.33% from 255) = 35.52%

 GREEN value IS 89 (35.16% from 255) = 34.36%

 BLUE value IS 78 (30.86% from 255) = 30.12%

R = 35.52%
G = 34.36%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.15

 K value IS 0.64

RGB Variations

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

Color information

#5C594E (or 0x5C594E) is known color: Millbrook. HEX triplet: 5C, 59 and 4E. RGB value is (92,89,78). Sum of RGB (Red+Green+Blue) = 92+89+78=259 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.52% from 259); Green value is 89 (35.16% from 255 or 34.36% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 92 - color contains mainly: red. Hex color #5C594E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C594E is #A3A6B1. Grayscale: #585858. Windows color (decimal): -10725042 or 5134684. OLE color: 5134684.

HSL color Cylindrical-coordinate representation of color #5C594E: hue angle of 47.14º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5C594E is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB 92 89 78 -
CMYK 0 0.03 0.15 0.64
HSL 47.14º 0.08% 0.33% -
HSV(B) 47.14º 0.15% 0.36% -
XYZ 9.36 9.97 8.64 -
YUV 88.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 92 89 78 0 0.03 0.15 0.64 47.14 0.08 0.33
Hex 5C 59 4E 0 3 F 40 2F 8 21
Octal 134 131 116 0 3 17 100 57 10 41
Binary 1011100 1011001 1001110 0 11 1111 1000000 101111 1000 100001

Color Harmonies of #5C594E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C594E

Black with #5C594E

Text Example


Text Example

White with #5C594E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C594E; }

 p { color: rgb(92,89,78); }

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

background-color css

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

 a { background-color: rgb(92,89,78); }

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

border-color css

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

 span { border-color: rgb(92,89,78); }

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