Html Css Color HEX #5A584C Millbrook

📋 copy color: '#5A584C'

red 90 ◦ green 88 ◦ blue 76

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

Shades of Millbrook #5A584C

Tints of Millbrook #5A584C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.92%

R = 35.43%
G = 34.65%
B = 29.92%

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

#5A584C (or 0x5A584C) is known color: Millbrook. HEX triplet: 5A, 58 and 4C. RGB value is (90,88,76). Sum of RGB (Red+Green+Blue) = 90+88+76=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 76 (30.08% from 255 or 29.92% from 254); Max value from RGB is 90 - color contains mainly: red. Hex color #5A584C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A584C is #A5A7B3. Grayscale: #575757. Windows color (decimal): -10856372 or 5003354. OLE color: 5003354.

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

Color convert

RGB 90 88 76 -
CMYK 0 0.02 0.16 0.65
HSL 51.43º 0.08% 0.33% -
HSV(B) 51.43º 0.16% 0.35% -
XYZ 9.01 9.67 8.23 -
YUV 87.23 121.66 129.98 -
System Red Green Blue C M Y K H S L
Decimal 90 88 76 0 0.02 0.16 0.65 51.43 0.08 0.33
Hex 5A 58 4C 0 2 10 41 33 8 21
Octal 132 130 114 0 2 20 101 63 10 41
Binary 1011010 1011000 1001100 0 10 10000 1000001 110011 1000 100001

Color Harmonies of #5A584C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A584C

Black with #5A584C

Text Example


Text Example

White with #5A584C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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