Html Css Color HEX #57554E Millbrook

📋 copy color: '#57554E'

red 87 ◦ green 85 ◦ blue 78

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

Shades of Millbrook #57554E

Tints of Millbrook #57554E

RGB

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

 GREEN value IS 85 (33.59% from 255) = 34%

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

R = 34.8%
G = 34%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.66

RGB Variations

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

Color information

#57554E (or 0x57554E) is known color: Millbrook. HEX triplet: 57, 55 and 4E. RGB value is (87,85,78). Sum of RGB (Red+Green+Blue) = 87+85+78=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 78 (30.86% from 255 or 31.2% from 250); Max value from RGB is 87 - color contains mainly: red. Hex color #57554E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57554E is #A8AAB1. Grayscale: #545454. Windows color (decimal): -11053746 or 5133655. OLE color: 5133655.

HSL color Cylindrical-coordinate representation of color #57554E: hue angle of 46.67º degrees, saturation: 0.05, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #57554E is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 85 78 -
CMYK 0 0.02 0.10 0.66
HSL 46.67º 0.05% 0.32% -
HSV(B) 46.67º 0.1% 0.34% -
XYZ 8.55 9.07 8.51 -
YUV 84.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 87 85 78 0 0.02 0.10 0.66 46.67 0.05 0.32
Hex 57 55 4E 0 2 A 42 2F 5 20
Octal 127 125 116 0 2 12 102 57 5 40
Binary 1010111 1010101 1001110 0 10 1010 1000010 101111 101 100000

Color Harmonies of #57554E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57554E

Black with #57554E

Text Example


Text Example

White with #57554E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57554E; }

 p { color: rgb(87,85,78); }

 H1.HeaderClassName
 {
   color: #57554E;
 }
 .AnyTagClassName
 {
   color: #57554E;
 }
</style>

background-color css

<style>
 a { background-color: #57554E; }

 a { background-color: rgb(87,85,78); }

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

border-color css

<style>
 span { border-color: #57554E; }

 span { border-color: rgb(87,85,78); }

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