Html Css Color HEX #57564B Millbrook

📋 copy color: '#57564B'

red 87 ◦ green 86 ◦ blue 75

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

Shades of Millbrook #57564B

Tints of Millbrook #57564B

RGB

 RED value IS 87 (34.38% from 255) = 35.08%

 GREEN value IS 86 (33.98% from 255) = 34.68%

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

R = 35.08%
G = 34.68%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.14

 K value IS 0.66

RGB Variations

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

Color information

#57564B (or 0x57564B) is known color: Millbrook. HEX triplet: 57, 56 and 4B. RGB value is (87,86,75). Sum of RGB (Red+Green+Blue) = 87+86+75=248 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.08% from 248); Green value is 86 (33.98% from 255 or 34.68% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 87 - color contains mainly: red. Hex color #57564B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57564B is #A8A9B4. Grayscale: #555555. Windows color (decimal): -11053493 or 4937303. OLE color: 4937303.

HSL color Cylindrical-coordinate representation of color #57564B: hue angle of 55º degrees, saturation: 0.07, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #57564B is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 86 75 -
CMYK 0 0.01 0.14 0.66
HSL 55º 0.07% 0.32% -
HSV(B) 55º 0.14% 0.34% -
XYZ 8.53 9.19 7.98 -
YUV 85.05 122.33 129.39 -
System Red Green Blue C M Y K H S L
Decimal 87 86 75 0 0.01 0.14 0.66 55 0.07 0.32
Hex 57 56 4B 0 1 E 42 37 7 20
Octal 127 126 113 0 1 16 102 67 7 40
Binary 1010111 1010110 1001011 0 1 1110 1000010 110111 111 100000

Color Harmonies of #57564B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57564B

Black with #57564B

Text Example


Text Example

White with #57564B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57564B; }

 p { color: rgb(87,86,75); }

 H1.HeaderClassName
 {
   color: #57564B;
 }
 .AnyTagClassName
 {
   color: #57564B;
 }
</style>

background-color css

<style>
 a { background-color: #57564B; }

 a { background-color: rgb(87,86,75); }

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

border-color css

<style>
 span { border-color: #57564B; }

 span { border-color: rgb(87,86,75); }

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