Html Css Color HEX #5A584E Millbrook

📋 copy color: '#5A584E'

red 90 ◦ green 88 ◦ blue 78

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

Shades of Millbrook #5A584E

Tints of Millbrook #5A584E

RGB

 RED value IS 90 (35.55% from 255) = 35.16%

 GREEN value IS 88 (34.77% from 255) = 34.38%

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

R = 35.16%
G = 34.38%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.65

RGB Variations

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

Color information

#5A584E (or 0x5A584E) is known color: Millbrook. HEX triplet: 5A, 58 and 4E. RGB value is (90,88,78). Sum of RGB (Red+Green+Blue) = 90+88+78=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 88 (34.77% from 255 or 34.38% from 256); Blue value is 78 (30.86% from 255 or 30.47% from 256); Max value from RGB is 90 - color contains mainly: red. Hex color #5A584E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A584E is #A5A7B1. Grayscale: #575757. Windows color (decimal): -10856370 or 5134426. OLE color: 5134426.

HSL color Cylindrical-coordinate representation of color #5A584E: hue angle of 50º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5A584E is Cyan = 0, Magento = 0.02, Yellow = 0.13 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 88 78 -
CMYK 0 0.02 0.13 0.65
HSL 50º 0.07% 0.33% -
HSV(B) 50º 0.13% 0.35% -
XYZ 9.08 9.7 8.6 -
YUV 87.46 122.66 129.81 -
System Red Green Blue C M Y K H S L
Decimal 90 88 78 0 0.02 0.13 0.65 50 0.07 0.33
Hex 5A 58 4E 0 2 D 41 32 7 21
Octal 132 130 116 0 2 15 101 62 7 41
Binary 1011010 1011000 1001110 0 10 1101 1000001 110010 111 100001

Color Harmonies of #5A584E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A584E

Black with #5A584E

Text Example


Text Example

White with #5A584E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,88,78); }

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

background-color css

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

 a { background-color: rgb(90,88,78); }

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

border-color css

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

 span { border-color: rgb(90,88,78); }

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