Html Css Color HEX #5A584B Millbrook

📋 copy color: '#5A584B'

red 90 ◦ green 88 ◦ blue 75

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

Shades of Millbrook #5A584B

Tints of Millbrook #5A584B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.64%

R = 35.57%
G = 34.78%
B = 29.64%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.17

 K value IS 0.65

RGB Variations

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

Color information

#5A584B (or 0x5A584B) is known color: Millbrook. HEX triplet: 5A, 58 and 4B. RGB value is (90,88,75). Sum of RGB (Red+Green+Blue) = 90+88+75=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 88 (34.77% from 255 or 34.78% from 253); Blue value is 75 (29.69% from 255 or 29.64% from 253); Max value from RGB is 90 - color contains mainly: red. Hex color #5A584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A584B is #A5A7B4. Grayscale: #575757. Windows color (decimal): -10856373 or 4937818. OLE color: 4937818.

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

Color convert

RGB 90 88 75 -
CMYK 0 0.02 0.17 0.65
HSL 52º 0.09% 0.32% -
HSV(B) 52º 0.17% 0.35% -
XYZ 8.98 9.66 8.05 -
YUV 87.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 90 88 75 0 0.02 0.17 0.65 52 0.09 0.32
Hex 5A 58 4B 0 2 11 41 34 9 20
Octal 132 130 113 0 2 21 101 64 11 40
Binary 1011010 1011000 1001011 0 10 10001 1000001 110100 1001 100000

Color Harmonies of #5A584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A584B

Black with #5A584B

Text Example


Text Example

White with #5A584B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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