Html Css Color HEX #5A584A Millbrook

📋 copy color: '#5A584A'

red 90 ◦ green 88 ◦ blue 74

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

Shades of Millbrook #5A584A

Tints of Millbrook #5A584A

RGB

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

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

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

R = 35.71%
G = 34.92%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.18

 K value IS 0.65

RGB Variations

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

Color information

#5A584A (or 0x5A584A) is known color: Millbrook. HEX triplet: 5A, 58 and 4A. RGB value is (90,88,74). Sum of RGB (Red+Green+Blue) = 90+88+74=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 74 (29.30% from 255 or 29.37% from 252); Max value from RGB is 90 - color contains mainly: red. Hex color #5A584A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A584A is #A5A7B5. Grayscale: #575757. Windows color (decimal): -10856374 or 4872282. OLE color: 4872282.

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

Color convert

RGB 90 88 74 -
CMYK 0 0.02 0.18 0.65
HSL 52.5º 0.1% 0.32% -
HSV(B) 52.5º 0.18% 0.35% -
XYZ 8.94 9.65 7.87 -
YUV 87 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 90 88 74 0 0.02 0.18 0.65 52.5 0.1 0.32
Hex 5A 58 4A 0 2 12 41 34 A 20
Octal 132 130 112 0 2 22 101 64 12 40
Binary 1011010 1011000 1001010 0 10 10010 1000001 110100 1010 100000

Color Harmonies of #5A584A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A584A

Black with #5A584A

Text Example


Text Example

White with #5A584A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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